Closed johandahlberg closed 5 years ago
Merging #83 into master will increase coverage by
1%
. The diff coverage is94%
.
@@ Coverage Diff @@
## master #83 +/- ##
====================================
+ Coverage 92% 92% +1%
====================================
Files 22 22
Lines 970 983 +13
====================================
+ Hits 885 897 +12
- Misses 85 86 +1
Impacted Files | Coverage Δ | |
---|---|---|
checkQC/handlers/unidentified_index_handler.py | 93% <94%> (ø) |
:arrow_down: |
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 1507176...112c0e0. Read the comment docs.
Great work!
This makes CheckQC ignore any index that is listed in
white_listed_indexes
, in the configuration. These can be specified as regular expressions, so it should be fairly flexible how you to specify them.Which indexes would you like to have as default in the whitelist, @MatildaAslin and @sarek928?