sigstore / model-transparency

Supply chain security for ML
Apache License 2.0
105 stars 28 forks source link

Allow coverage reporting to be visible to PRs #293

Closed youssef-itanii closed 1 month ago

youssef-itanii commented 1 month ago

Summary

The problem is that the coverage report is being displayed on the command line, and it would be ideal to have a GitHub formatted output that shows up in code files in the PR that highlights the lines of code that were not covered in the unit test CI workflow. Doing so, it would assist reviewers in ensuring that the code coverage is high.

The unit_tests workflow has been modified to:

Resolves: #288

Release Note