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

Resolved context unit testing #1749

Open BryceGattis opened 1 month ago

BryceGattis commented 1 month ago

This PR adds some more unit testing coverage for resolved_context.py

TODO:

JeanChristopheMorinPerso commented 1 month ago

Rebased in order to display the coverage information even if 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.48%. Comparing base (a13f7bb) to head (234e0ea).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1749 +/- ## ========================================== + Coverage 58.41% 58.48% +0.06% ========================================== Files 126 126 Lines 17163 17163 Branches 3506 3506 ========================================== + Hits 10025 10037 +12 + Misses 6473 6462 -11 + Partials 665 664 -1 ```

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

JeanChristopheMorinPerso commented 1 month ago

Sorry for the noise. I had to fix the coverage report... It should work now.