Closed meliache closed 3 years ago
Merging #156 (3e79bdc) into main (26e2094) will increase coverage by
0.15%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #156 +/- ##
==========================================
+ Coverage 58.26% 58.42% +0.15%
==========================================
Files 23 23
Lines 1531 1532 +1
==========================================
+ Hits 892 895 +3
+ Misses 639 637 -2
Impacted Files | Coverage Δ | |
---|---|---|
b2luigi/cli/arguments.py | 85.71% <ø> (ø) |
|
b2luigi/batch/processes/gbasf2.py | 46.08% <100.00%> (+0.58%) |
: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 ce32eff...3e79bdc. Read the comment docs.
A minor enhancement is that I added caching to the function because I saw it takes some seconds on the command line, which we could save.