Skip to content
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

use llvm-cov gcov in coverage #92

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

oliverlee
Copy link
Owner

Use of GCOV format, instead of LLVM profdata, results in a much lower
false-positive rate for lines with only comments.

Change-Id: I947e6a91ae6a35f9dc649660f16f066f106b7b11

@oliverlee oliverlee enabled auto-merge (squash) September 29, 2024 23:26
Use of GCOV format, instead of LLVM profdata, results in a much lower
false-positive rate for lines with only comments.

Change-Id: I947e6a91ae6a35f9dc649660f16f066f106b7b11
@oliverlee oliverlee force-pushed the I947e6a91ae6a35f9dc649660f16f066f106b7b11 branch from 7429ffd to 4843eca Compare September 29, 2024 23:42
Copy link

codecov bot commented Sep 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.81%. Comparing base (ae110a9) to head (4843eca).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
- Coverage   89.85%   89.81%   -0.05%     
==========================================
  Files          27       26       -1     
  Lines         345      324      -21     
  Branches       12       35      +23     
==========================================
- Hits          310      291      -19     
+ Misses         27        4      -23     
- Partials        8       29      +21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@oliverlee oliverlee merged commit f2afe80 into main Sep 29, 2024
12 checks passed
@oliverlee oliverlee deleted the I947e6a91ae6a35f9dc649660f16f066f106b7b11 branch September 29, 2024 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant