-
Notifications
You must be signed in to change notification settings - Fork 10
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
Enable code coverage. #681
Conversation
BenchmarksComparisonBenchmark execution time: 2024-10-16 15:10:44 Comparing candidate commit 938cd0e in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 50 metrics, 2 unstable metrics. scenario:tags/replace_trace_tags
CandidateCandidate benchmark detailsGroup 1
Group 2
Group 3
Group 4
Group 5
Group 6
Group 7
Group 8
Group 9
Group 10
Group 11
Group 12
BaselineOmitted due to size. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #681 +/- ##
==========================================
+ Coverage 71.79% 71.81% +0.01%
==========================================
Files 271 271
Lines 40931 40935 +4
==========================================
+ Hits 29388 29399 +11
+ Misses 11543 11536 -7
|
4f9a0e6
to
9c1ef72
Compare
Update llvm-cov and nextest versions.
9c1ef72
to
938cd0e
Compare
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
What does this PR do?
Code coverage started to malfunction due to some compatibility issue between current Rust and llvm-cov/nextest versions. This PR bumps llvm-cov and nextest to bring back code coverage.