Closed nils-ohlmeier closed 5 years ago
Merging #149 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #149 +/- ##
======================================
Coverage 90.5% 90.5%
======================================
Files 7 7
Lines 3551 3551
======================================
Hits 3214 3214
Misses 337 337
Impacted Files | Coverage Δ | |
---|---|---|
src/error.rs | 72.32% <ø> (ø) |
:arrow_up: |
src/anonymizer.rs | 97.58% <ø> (ø) |
:arrow_up: |
src/network.rs | 97.29% <ø> (ø) |
:arrow_up: |
src/attribute_type.rs | 88.42% <ø> (ø) |
:arrow_up: |
src/media_type.rs | 92.69% <ø> (ø) |
: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 67e9d37...4da6a6a. Read the comment docs.
LGTM
Apparently having the warn macro in lib.rs is enough to trigger it everywhere. @na-g what do you think?