Scan-o-Matic / scanomatic

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

QC Redux Store: add quality index #404

Closed local-minimum closed 6 years ago

local-minimum commented 6 years ago

Adds the quality index queue and the current index into the redux store.

No integration yet, better take that separately.

codecov-io commented 6 years ago

Codecov Report

Merging #404 into master will increase coverage by 0.11%. The diff coverage is 94.28%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #404      +/-   ##
=========================================
+ Coverage   41.49%   41.6%   +0.11%     
=========================================
  Files         215     215              
  Lines       17085   17115      +30     
  Branches     2954    2954              
=========================================
+ Hits         7089    7121      +32     
+ Misses       9578    9558      -20     
- Partials      418     436      +18
Impacted Files Coverage Δ
scanomatic/ui_server_data/js/src/qc/actions.js 94.73% <100%> (+1.4%) :arrow_up:
...canomatic/ui_server_data/js/src/qc/StateBuilder.js 100% <100%> (ø) :arrow_up:
...nomatic/ui_server_data/js/src/qc/reducers/plate.js 100% <100%> (ø) :arrow_up:
scanomatic/ui_server_data/js/src/qc/selectors.js 100% <100%> (ø) :arrow_up:
scanomatic/ui_server_data/js/src/qc/bridge.js 89.28% <66.66%> (-6.17%) :arrow_down:
scanomatic/qc/phenotype_results.py 0% <0%> (ø) :arrow_up:
scanomatic/data_processing/phenotyper.py 27.51% <0%> (ø) :arrow_up:
scanomatic/ui_server/tools_api.py 8.77% <0%> (ø) :arrow_up:
scanomatic/ui_server/general.py 23.48% <0%> (ø) :arrow_up:
scanomatic/ui_server/data_api.py 9.65% <0%> (ø) :arrow_up:
... and 3 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 f0606a5...de57057. Read the comment docs.