-
Notifications
You must be signed in to change notification settings - Fork 95
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
add code coverage badge #171
Conversation
Signed-off-by: Subhobrata Dey <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #171 +/- ##
=======================================
Coverage ? 83.80%
Complexity ? 434
=======================================
Files ? 66
Lines ? 2204
Branches ? 254
=======================================
Hits ? 1847
Misses ? 260
Partials ? 97 Continue to review full report at Codecov.
|
Signed-off-by: Subhobrata Dey <[email protected]>
Looking at the note from codecov above I don't think that's running in this project. I would fix that first. |
@dblock this pr enables uploading reports to codecov also. merging this pr should run codecov for the project. |
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.
There was a possibility to have broken this into 2 separate PRs for clarity.
Signed-off-by: Zelin Hao <[email protected]>
Description
This PR enables jacoco test coverage report generation & subsequent upload of report to codecov.
Issues Resolved
Add code coverage badge to README.md, .codecov.yml with require_ci_to_pass: yes
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.