-
Notifications
You must be signed in to change notification settings - Fork 7
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
Replace Tarpaulin by cargo-llvm-cov for coverage #935
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #935 +/- ##
==========================================
+ Coverage 85.21% 86.42% +1.21%
==========================================
Files 257 257
Lines 10571 13094 +2523
Branches 1135 1246 +111
==========================================
+ Hits 9008 11317 +2309
- Misses 1543 1688 +145
- Partials 20 89 +69 ☔ View full report in Codecov by Sentry. |
Sigrid maintainability feedback💭️ You did not change any files that are measured by Sigrid |
If we want branch coverage we do need nightly, see: #934 (comment) |
Also disable file search and fail on upload error.
5b5e6b9
to
6845cfd
Compare
Switching to cargo-llvm-cov resolves false negatives in our code coverage. Resolves #934