Closed ophiry closed 7 years ago
Merging #129 into develop will decrease coverage by
0.59%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #129 +/- ##
==========================================
- Coverage 97.27% 96.68% -0.6%
==========================================
Files 13 13
Lines 1431 1447 +16
==========================================
+ Hits 1392 1399 +7
- Misses 39 48 +9
Impacted Files | Coverage Δ | |
---|---|---|
jmespath/functions.py | 99.49% <ø> (ø) |
:arrow_up: |
jmespath/compat.py | 76.78% <0%> (-13.22%) |
:arrow_down: |
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 ef36ae7...1691d82. Read the comment docs.
Not sure why codecov is complaining.
Could you add a test for this change that demonstrates the issue? Once we have that I'll go ahead and merge. Thanks.
Hi there @ophiry @jamesls: I've written the test so that we can see this change merged. :-) I don't see an easy way to integrate my changes in this pull request though. Should I open a new one? Thanks.
@gmega Feel free to open a new one. Thanks!
bugfix: the type of None should be NoneType instead of None