Closed eschanet closed 3 years ago
Merging #12 (0a58644) into master (6ba1586) will increase coverage by
0.23%
. The diff coverage is90.00%
.
@@ Coverage Diff @@
## master #12 +/- ##
==========================================
+ Coverage 77.77% 78.01% +0.23%
==========================================
Files 11 11
Lines 558 564 +6
Branches 90 90
==========================================
+ Hits 434 440 +6
Misses 113 113
Partials 11 11
Impacted Files | Coverage Δ | |
---|---|---|
src/simplify/version.py | 0.00% <0.00%> (ø) |
|
src/simplify/fitter.py | 100.00% <100.00%> (ø) |
|
src/simplify/helpers/plotting.py | 91.27% <100.00%> (+0.20%) |
:arrow_up: |
src/simplify/plot.py | 94.44% <100.00%> (ø) |
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 12181fc...0a58644. Read the comment docs.
Forget to tweak tests when introducing a new property to
FitResults
. Should pass again.