luizirber / niffler

Simple and transparent support for compressed files.
Apache License 2.0
75 stars 7 forks source link

[CI] Replace coverage with tarpaulin #23

Closed luizirber closed 4 years ago

luizirber commented 4 years ago

Coverage with grcov depends on nightly, which is hard to maintain over time (it broke for #22 because the feature changed in rustc, for example). This PR uses actions-rs/tarpaulin instead.

codecov[bot] commented 4 years ago

Codecov Report

Merging #23 into master will increase coverage by 16.95%. The diff coverage is 100.00%.

Impacted file tree graph

@@             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.