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

ci(coverage): use llvm-cov for source based coverage #172

Merged
merged 1 commit into from
Mar 30, 2023
Merged

Conversation

amimart
Copy link
Member

@amimart amimart commented Mar 30, 2023

Improve the current test coverage accuracy by using source-based coverage, which is the recommended way using llvm-cov.

@amimart amimart requested review from ccamel and bdeneux March 30, 2023 07:13
@amimart amimart self-assigned this Mar 30, 2023
@bot-anik
Copy link
Member

size-limit report 📦

Path Size
target/wasm32-unknown-unknown/release/cw_storage.wasm 313.23 KB (0%)
target/wasm32-unknown-unknown/release/cw_law_stone.wasm 620.39 KB (0%)

@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Merging #172 (fe7b11b) into main (bdae36d) will increase coverage by 4.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #172      +/-   ##
==========================================
+ Coverage   92.00%   96.03%   +4.02%     
==========================================
  Files          13       19       +6     
  Lines         463     2977    +2514     
==========================================
+ Hits          426     2859    +2433     
- Misses         37      118      +81     

see 19 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@ccamel ccamel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@amimart amimart merged commit 05147f3 into main Mar 30, 2023
@amimart amimart deleted the ci/fix-coverage branch March 30, 2023 11:13
@bot-anik
Copy link
Member

🎉 This PR is included in version 2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants