Closed luizirber closed 4 years ago
Merging #9 into api_1.0 will increase coverage by
23.58%
. The diff coverage is77.41%
.
@@ Coverage Diff @@
## api_1.0 #9 +/- ##
============================================
+ Coverage 59.55% 83.13% +23.58%
============================================
Files 1 1
Lines 89 166 +77
Branches 17 28 +11
============================================
+ Hits 53 138 +85
+ Misses 21 2 -19
- Partials 15 26 +11
Impacted Files | Coverage Δ | |
---|---|---|
src/lib.rs | 83.13% <77.41%> (+23.58%) |
: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 c415d72...03eb9d1. Read the comment docs.
Adding some extra jobs for CI:
This helps guarantee more of the features rules.
Also add two tests for checking the error returned from
get_writer
when features are disabled.