SciML / FunctionWrappersWrappers.jl

MIT License
10 stars 2 forks source link

ci: explicitly specify token for codecov #15

Closed thazhemadam closed 5 months ago

thazhemadam commented 5 months ago

Explicitly specify the codecov token to be used (i.e., CODECOV_TOKEN), given that the latest v4 release of the codecov action requires it to be able to generate coverage reports. Additionally, fail CI if coverage reporting fails, since coverage is an important enough metric for us to ensure that it's tracked consistently.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d866713) 66.66% compared to head (29ca35f) 66.66%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #15 +/- ## ======================================= Coverage 66.66% 66.66% ======================================= Files 1 1 Lines 12 12 ======================================= Hits 8 8 Misses 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.