Closed cimendes closed 5 years ago
Merging #198 into dev will increase coverage by
0.02%
. The diff coverage is100%
.
@@ Coverage Diff @@
## dev #198 +/- ##
==========================================
+ Coverage 43.94% 43.97% +0.02%
==========================================
Files 67 67
Lines 6039 6042 +3
==========================================
+ Hits 2654 2657 +3
Misses 3385 3385
Impacted Files | Coverage Δ | |
---|---|---|
flowcraft/generator/utils.py | 100% <100%> (ø) |
:arrow_up: |
flowcraft/tests/test_broadcast.py | 100% <100%> (ø) |
: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 1e89b0f...ba29411. Read the comment docs.
With the \w hyphens were not included, so the inspect breaks when the paths or the nf file contained this character as it could not correctly parse the .nextflow.log. Altered this to . to allow any character.