AcademySoftwareFoundation / rez

An integrated package configuration, build and deployment system for software
https://rez.readthedocs.io
Apache License 2.0
916 stars 328 forks source link

Upload test coverage even if tests fail #1751

Closed JeanChristopheMorinPerso closed 1 month ago

JeanChristopheMorinPerso commented 1 month ago

I noticed that codecov doesn't report test coverage when the tests fail. THis PR fixes that by uploading the coverage even if the tests fail.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 58.27%. Comparing base (f63031e) to head (c9c623d). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1751 +/- ## ========================================== - Coverage 58.30% 58.27% -0.03% ========================================== Files 126 126 Lines 17159 17163 +4 Branches 3505 3506 +1 ========================================== - Hits 10004 10002 -2 - Misses 6492 6494 +2 - Partials 663 667 +4 ```

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