Closed jgrewe closed 3 years ago
Merging #519 (ab6bb7e) into master (f2c0cd6) will decrease coverage by
0.04%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #519 +/- ##
==========================================
- Coverage 78.77% 78.73% -0.05%
==========================================
Files 59 59
Lines 9386 9391 +5
==========================================
Hits 7394 7394
- Misses 1992 1997 +5
Impacted Files | Coverage Δ | |
---|---|---|
nixio/cmd/main.py | 0.00% <0.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 f2c0cd6...ab6bb7e. Read the comment docs.
... will raise a runtime error if python version is below 3.6 ... will create
argparse.add_subparsers
withoutrequires=True
for python 3.6 ... and will use it for python >= 3.7fixes #518