sigstore / cosign

Code signing and transparency for containers and binaries
Apache License 2.0
4.41k stars 543 forks source link

Refactor e2e-tests.yml workflow #3627

Closed cmurphy closed 5 months ago

cmurphy commented 6 months ago
codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 39.94%. Comparing base (2ef6022) to head (2f674bb). Report is 60 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3627 +/- ## ========================================== - Coverage 40.10% 39.94% -0.17% ========================================== Files 155 155 Lines 10044 10087 +43 ========================================== + Hits 4028 4029 +1 - Misses 5530 5584 +54 + Partials 486 474 -12 ```

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

haydentherapper commented 5 months ago

Can we add a README in the test directory summarizing these different test files, to help direct implementers to where they should add tests, and discourage shell script tests?

haydentherapper commented 5 months ago

Merging since none of the comments are blocking and since any open PRs might need to redo tests. Thanks again!