Scan-o-Matic / scanomatic

Scanomatic
GNU General Public License v3.0
10 stars 4 forks source link

Add <ProjectsRootContainer/> #359

Closed gdetrez closed 6 years ago

gdetrez commented 6 years ago

Add a first version of <ProjectsRootContainer/> that connect the store with existing components. Allow adding a project and listing projects.

Add system tests that test adding a project.

Since the container is not doing anything interesting, it's probably not worth writing unit test for it. I'm not sure if I need to write integration tests for it or if we're happy with the system tests...

codecov-io commented 6 years ago

Codecov Report

Merging #359 into master will increase coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #359      +/-   ##
==========================================
+ Coverage   40.01%   40.03%   +0.01%     
==========================================
  Files         192      192              
  Lines       16635    16635              
  Branches     2894     2894              
==========================================
+ Hits         6657     6659       +2     
+ Misses       9570     9548      -22     
- Partials      408      428      +20
Impacted Files Coverage Δ
scanomatic/data_processing/phases/features.py 17.23% <0%> (ø) :arrow_up:
scanomatic/ui_server/general.py 22.41% <0%> (ø) :arrow_up:
scanomatic/ui_server/data_api.py 9.65% <0%> (ø) :arrow_up:
scanomatic/io/source.py 18.08% <0%> (ø) :arrow_up:
scanomatic/ui_server/tools_api.py 8.77% <0%> (ø) :arrow_up:
scanomatic/qc/phenotype_results.py 0% <0%> (ø) :arrow_up:
scanomatic/data_processing/phases/segmentation.py 74.09% <0%> (ø) :arrow_up:
scanomatic/data_processing/phenotyper.py 27.51% <0%> (ø) :arrow_up:
scanomatic/image_analysis/grid.py 76.69% <0%> (+0.75%) :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 190d16e...ba04cff. Read the comment docs.