Closed local-minimum closed 6 years ago
Merging #392 into master will increase coverage by
0.25%
. The diff coverage is74.79%
.
@@ Coverage Diff @@
## master #392 +/- ##
==========================================
+ Coverage 41.06% 41.31% +0.25%
==========================================
Files 206 214 +8
Lines 16948 17071 +123
Branches 2953 2953
==========================================
+ Hits 6959 7053 +94
- Misses 9576 9585 +9
- Partials 413 433 +20
Impacted Files | Coverage Δ | |
---|---|---|
scanomatic/ui_server_data/js/src/api.js | 84.37% <ø> (ø) |
:arrow_up: |
scanomatic/ui_server_data/js/src/qc/helpers.js | 100% <100%> (ø) |
|
...canomatic/ui_server_data/js/src/qc/StateBuilder.js | 100% <100%> (ø) |
|
scanomatic/ui_server_data/js/src/qc/bridge.js | 100% <100%> (ø) |
|
scanomatic/ui_server_data/js/src/qc/selectors.js | 100% <100%> (ø) |
|
scanomatic/ui_server_data/js/src/qc/api.js | 100% <100%> (ø) |
|
...atic/ui_server_data/js/src/qc/reducers/settings.js | 100% <100%> (ø) |
|
scanomatic/ui_server_data/js/src/qc/actions.js | 21.05% <21.05%> (ø) |
|
...nomatic/ui_server_data/js/src/qc/reducers/plate.js | 93.33% <93.33%> (ø) |
|
scanomatic/ui_server/data_api.py | 9.65% <0%> (ø) |
:arrow_up: |
... and 16 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 d4a5129...88a204e. Read the comment docs.
Notes
Features
qc.subscribe
Adds a callback that will be called without arguments each time the store changes.
qc.actions
The store actions that are exposed. This encapsulates the redux store so the outer legacy code only needs to know what function to call.
qc.selectors
Useful functions encapsulating the store, typically for whatever has added itself as a subscriber to changes in the store.