Closed local-minimum closed 6 years ago
Merging #349 into master will increase coverage by
0.03%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #349 +/- ##
==========================================
+ Coverage 49.48% 49.52% +0.03%
==========================================
Files 225 227 +2
Lines 19731 19748 +17
Branches 2890 2890
==========================================
+ Hits 9764 9780 +16
+ Misses 9563 9542 -21
- Partials 404 426 +22
Impacted Files | Coverage Δ | |
---|---|---|
.../ui_server_data/js/src/components/ProjectPanel.jsx | 100% <100%> (ø) |
|
...erver_data/js/src/components/ProjectPanel.spec.jsx | 100% <100%> (ø) |
|
scanomatic/data_processing/phases/segmentation.py | 74.37% <0%> (-0.28%) |
:arrow_down: |
scanomatic/ui_server/tools_api.py | 8.77% <0%> (ø) |
:arrow_up: |
scanomatic/data_processing/phenotyper.py | 27.51% <0%> (ø) |
:arrow_up: |
scanomatic/ui_server/data_api.py | 9.65% <0%> (ø) |
:arrow_up: |
scanomatic/qc/phenotype_results.py | 0% <0%> (ø) |
:arrow_up: |
scanomatic/ui_server/general.py | 22.41% <0%> (ø) |
:arrow_up: |
scanomatic/io/source.py | 18.08% <0%> (ø) |
:arrow_up: |
scanomatic/data_processing/phases/features.py | 17.23% <0%> (ø) |
:arrow_up: |
... and 2 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 8413978...5f72895. Read the comment docs.
Faking how it would look with proper bootstrap and overriding some of the
main.css
rules:Implements a simple
ProjectPanel
and tests that it renders what it should render.