-
Notifications
You must be signed in to change notification settings - Fork 59
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
Coverage for rust agent as github action #512
Conversation
2642599
to
fdc10ca
Compare
Hi guys, |
fdc10ca
to
0319385
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #512 +/- ##
=========================================
Coverage ? 53.00%
=========================================
Files ? 22
Lines ? 8061
Branches ? 0
=========================================
Hits ? 4273
Misses ? 3788
Partials ? 0
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. ☔ View full report at Codecov. |
0fbd5cf
to
02dfebe
Compare
da84e21
to
112084b
Compare
0447258
to
5051383
Compare
c5abebb
to
2fb6914
Compare
Implement github action which gather code coverage of PR against master branch. And after merge it gather code coverage again. Add helper script which gather code coverage from testing farm. And update e2e plan where run tasks for measuring code coverage. Signed-off-by: Patrik Koncity <[email protected]>
Probably it will fails for fedora-rawhide, but it this case is not relevant, code coverage is measured only for f37 and cs9. |
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!
Failures in Fedora Rawhide are expected, due to:
tpm2-software/tpm2-tools#3210
https://bugzilla.redhat.com/show_bug.cgi?id=2171376
Implement github action which gather code coverage of PR against master branch. And after merge it gather code coverage again. Add helper script which gather code coverage from testing farm. And update e2e plan where run tasks for measuring code coverage.
Signed-off-by: Patrik Koncity [email protected]