-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding e2e test coverage #1071
Adding e2e test coverage #1071
Conversation
Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one question on marking flag as hidden
Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
Codecov Report
@@ Coverage Diff @@
## main #1071 +/- ##
===========================================
+ Coverage 41.09% 64.08% +22.98%
===========================================
Files 71 81 +10
Lines 7061 7481 +420
===========================================
+ Hits 2902 4794 +1892
+ Misses 3854 2065 -1789
- Partials 305 622 +317
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
the codecov comment doesn't show the e2e output, saying something about "Flags with carried forward coverage won't be shown. Click here to find out more."? |
@bobcallaway this is happening because the e2e tests take longer to run, codecov updates the comment with e2e coverage once those tests have finished (see the codecov comment now). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff!!
https://build.opensuse.org/request/show/1029934 by user msmeissn + dimstar_suse - updated to rekor 1.0.0 (sc#SLE-23476): - add description on /api/v1/index/retrieve endpoint by @bobcallaway in sigstore/rekor#1073 - Adding e2e test coverage by @cdris in sigstore/rekor#1071 - export rekor build/version information by @cpanato in sigstore/rekor#1074 - Use POST instead of GET for /api/log/entries/retrieve metrics. by @var-sdk in sigstore/rekor#1083 - Search through all shards when searching by hash by @priyawadhwa in sigstore/rekor#1082 - verify: verify checkpoint's STH against the inclusion proof root hash by @asraa in sigstore/rekor#1092 - add ability to enable/disable specific rekor API endpoints by @bobcallaway in
Summary
Instruments e2e tests for code coverage. Uploads e2e coverage report to codecov as part of github action.
Release Note
NONE
Documentation