Use codecov github action
Move to using the GitHub action as the bash script is not using the token correctly
This still doesn't work, will come back to it
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
81cda8c) to head (e7d5c62). Report is 40 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #1526 +/- ##
===========================================
+ Coverage 99.97% 100.00% +0.02%
===========================================
Files 323 324 +1
Lines 23537 23645 +108
===========================================
+ Hits 23530 23645 +115
+ Misses 5 0 -5
+ Partials 2 0 -2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This now worked https://app.codecov.io/github/hyperledger/firefly/commit/582db4c8814f471d9df0b2c8df30de20f9862dc7
@ryjones changed the token inside the repo with a Hyperledger CodeCov token and gave me access to CodeCov as well
Super, thanks @EnriqueL8 and @ryjones