Scan-o-Matic / scanomatic

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

The store for QC #395

Closed local-minimum closed 6 years ago

local-minimum commented 6 years ago

This just creates the store for the QC and the actions/selectors needed for the integration.

I checked out the files from my integration-branch so I hope I got them all.

codecov-io commented 6 years ago

Codecov Report

Merging #395 into master will increase coverage by 0.21%. The diff coverage is 98.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #395      +/-   ##
==========================================
+ Coverage   41.23%   41.44%   +0.21%     
==========================================
  Files         209      214       +5     
  Lines       17002    17063      +61     
  Branches     2954     2954              
==========================================
+ Hits         7010     7071      +61     
+ Misses       9575     9556      -19     
- Partials      417      436      +19
Impacted Files Coverage Δ
scanomatic/ui_server_data/js/src/qc/selectors.js 100% <100%> (ø)
...nomatic/ui_server_data/js/src/qc/reducers/plate.js 100% <100%> (ø)
scanomatic/ui_server_data/js/src/api/index.js 83.14% <100%> (+0.19%) :arrow_up:
...canomatic/ui_server_data/js/src/qc/StateBuilder.js 100% <100%> (ø)
...atic/ui_server_data/js/src/qc/reducers/settings.js 100% <100%> (ø)
scanomatic/ui_server_data/js/src/qc/actions.js 93.33% <93.33%> (ø)
scanomatic/data_processing/phenotyper.py 27.51% <0%> (ø) :arrow_up:
scanomatic/ui_server/tools_api.py 8.77% <0%> (ø) :arrow_up:
scanomatic/ui_server/data_api.py 9.65% <0%> (ø) :arrow_up:
scanomatic/data_processing/phases/features.py 17.23% <0%> (ø) :arrow_up:
... and 9 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 4278db6...e55f9cd. Read the comment docs.

local-minimum commented 6 years ago

Integrated new API into the PR, ready for re-review.