Closed tclose closed 6 years ago
Merging #48 into master will decrease coverage by
0.16%
. The diff coverage is79.61%
.
@@ Coverage Diff @@
## master #48 +/- ##
==========================================
- Coverage 81.93% 81.76% -0.17%
==========================================
Files 31 31
Lines 4118 4251 +133
==========================================
+ Hits 3374 3476 +102
- Misses 744 775 +31
Impacted Files | Coverage Δ | |
---|---|---|
arcana/requirement.py | 88.77% <ø> (ø) |
:arrow_up: |
arcana/__init__.py | 100% <100%> (ø) |
:arrow_up: |
arcana/dataset/base.py | 83.17% <100%> (ø) |
:arrow_up: |
arcana/exception.py | 100% <100%> (ø) |
:arrow_up: |
arcana/repository/xnat.py | 88.62% <100%> (ø) |
:arrow_up: |
arcana/pipeline.py | 78.45% <45.45%> (+0.37%) |
:arrow_up: |
arcana/dataset/explicit.py | 77.71% <57.14%> (ø) |
:arrow_up: |
arcana/file_format.py | 79.11% <75.75%> (ø) |
|
arcana/study/multi.py | 73.77% <77.41%> (-2.42%) |
:arrow_down: |
arcana/parameter.py | 77.77% <77.77%> (ø) |
|
... and 4 more |
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 49fe1fa...83f717c. Read the comment docs.
This PR converts OptionSpec to ParameterSpec/SwitchSpec (also some renaming like DataFormat to FileFormat)