Closed luizirber closed 4 years ago
Merging #23 into master will increase coverage by
16.95%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #23 +/- ##
===========================================
+ Coverage 73.87% 90.83% +16.95%
===========================================
Files 2 2
Lines 222 120 -102
Branches 36 0 -36
===========================================
- Hits 164 109 -55
+ Misses 24 11 -13
+ Partials 34 0 -34
Impacted Files | Coverage Δ | |
---|---|---|
src/compression.rs | 85.29% <100.00%> (+18.62%) |
:arrow_up: |
src/lib.rs | 98.07% <0.00%> (+14.74%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 827d0b3...6ceccc4. Read the comment docs.
Coverage with grcov depends on
nightly
, which is hard to maintain over time (it broke for #22 because the feature changed inrustc
, for example). This PR uses actions-rs/tarpaulin instead.