Closed larsks closed 5 years ago
Merging #68 into master will increase coverage by
0.53%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #68 +/- ##
==========================================
+ Coverage 89.74% 90.28% +0.53%
==========================================
Files 27 27
Lines 556 556
==========================================
+ Hits 499 502 +3
+ Misses 57 54 -3
Impacted Files | Coverage Δ | |
---|---|---|
flocx_market/tests/unit/api/test_app_offer.py | 100% <100%> (ø) |
:arrow_up: |
flocx_market/api/offer.py | 100% <0%> (+8.82%) |
: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 7d99c9d...15f5c82. Read the comment docs.
Oops: the test of the PUT method introduced in #65 was a victim of bad copy-and-paste (spotted by looking at coverage reports). This corrects the problem.
Part of #64