ralexstokes / ssz-rs

Implementation of ethereum's `ssz`
Apache License 2.0
103 stars 41 forks source link

Ignore ssz-rs-derive & ssz-rs-test-gen for coverage #75

Closed doubledup closed 1 year ago

doubledup commented 1 year ago

Looks like coverage is over 70% for ssz-rs (see the per-directory breakdown at the bottom of the page), so ignoring these directories will give us a clearer picture of coverage in PRs & the CodeCov UI.

@ralexstokes This will override the global yaml, but only for the keys mentioned in codecov.yml.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +30.17 :tada:

Comparison is base (2300ff8) 44.28% compared to head (437a5c9) 74.46%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #75 +/- ## =========================================== + Coverage 44.28% 74.46% +30.17% =========================================== Files 20 18 -2 Lines 1409 838 -571 =========================================== Hits 624 624 + Misses 785 214 -571 ``` [see 2 files with indirect coverage changes](https://app.codecov.io/gh/ralexstokes/ssz-rs/pull/75/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alex+Stokes)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.