Closed pjenvey closed 5 years ago
Merging #1312 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #1312 +/- ##
==========================================
+ Coverage 99.8% 99.81% +<.01%
==========================================
Files 64 64
Lines 10389 10389
==========================================
+ Hits 10369 10370 +1
+ Misses 20 19 -1
Impacted Files | Coverage Δ | |
---|---|---|
autopush/logging.py | 100% <100%> (ø) |
:arrow_up: |
autopush/memusage.py | 100% <0%> (+2.08%) |
: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 53d21f8...bb651f0. Read the comment docs.
Added bb651f0 to workaround the pytest_cov's latest release (and we don't pin our test deps but should)
but avoid the latest marshmallow (2.17.0 spams us with strict=True warning changes and 3.0 is still beta)
and adapt to http://github.com/getsentry/raven-python/pull/1261
switch travis to xenial for pypy6 (so grpcio builds)
Closes #1311