Closed conradoplg closed 7 years ago
Merging #8 into master will increase coverage by
5.71%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #8 +/- ##
==========================================
+ Coverage 80% 85.71% +5.71%
==========================================
Files 2 2
Lines 140 140
==========================================
+ Hits 112 120 +8
+ Misses 28 20 -8
Impacted Files | Coverage Δ | |
---|---|---|
eight/__init__.py | 89.52% <100%> (+7.61%) |
: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 5e48f1b...e5740b4. Read the comment docs.
Thanks for catching the bug.
Released in v0.4.2.
On Python 3,
decode_command_line_args
gives an error:This PR fixes it by importing sys outside the
if
.