-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fix test-coverage workflow #807
Conversation
5155841
to
14f5e97
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #807 +/- ##
==========================================
+ Coverage 80.78% 81.91% +1.13%
==========================================
Files 36 36
Lines 5547 6692 +1145
==========================================
+ Hits 4481 5482 +1001
- Misses 1066 1210 +144 ☔ View full report in Codecov by Sentry. |
Closes #800 |
I plucked this link out of the code coverage GHA output. Is this the number we are looking for? 81.9% https://app.codecov.io/github/pharmaR/riskassessment/commit/d7bcdf3e7c5dbf8ce95de0068017931497b46d2c |
Not sure exactly what you are asking. Before the GHA wasn't communicating with codecov. That has been repaired now. You should notice above that this PR has a comment from the codecov bot. Those have been missing for a few weeks now. |
@aclark02-arcus you might find this link helpful: https://app.codecov.io/gh/pharmaR/riskassessment/pulls. Most of the patch coverages are blank because the GHA stopped communicating with codecov. |
No description provided.