Closed cimendes closed 5 years ago
Merging #204 into dev will decrease coverage by
0.06%
. The diff coverage is100%
.
@@ Coverage Diff @@
## dev #204 +/- ##
=========================================
- Coverage 41.7% 41.64% -0.07%
=========================================
Files 71 71
Lines 6433 6426 -7
=========================================
- Hits 2683 2676 -7
Misses 3750 3750
Impacted Files | Coverage Δ | |
---|---|---|
flowcraft/tests/test_assemblerflow.py | 100% <ø> (ø) |
:arrow_up: |
flowcraft/flowcraft.py | 60.62% <ø> (-0.21%) |
:arrow_down: |
flowcraft/generator/engine.py | 87.86% <100%> (-0.14%) |
: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 bca3be0...51f20e1. Read the comment docs.
Thanks everyone for your comments!
This is a solution for resolving the issue reported at #194
The manifest.config file has been deprecated and instead it's information (main and nameScript) are now included in nextflow.config file.