Closed joelebwf closed 5 years ago
Merging #160 into master will decrease coverage by
0.15%
. The diff coverage is95.59%
.
@@ Coverage Diff @@
## master #160 +/- ##
==========================================
- Coverage 90.14% 89.99% -0.16%
==========================================
Files 25 18 -7
Lines 2476 2448 -28
==========================================
- Hits 2232 2203 -29
- Misses 244 245 +1
Impacted Files | Coverage Δ | |
---|---|---|
oblib/__init__.py | 100% <ø> (ø) |
:arrow_up: |
oblib/tests/test_taxonomy.py | 100% <100%> (ø) |
:arrow_up: |
oblib/tests/test_data_model.py | 99.26% <100%> (ø) |
:arrow_up: |
oblib/taxonomy.py | 90.71% <89.65%> (-4.09%) |
:arrow_down: |
oblib/taxonomy_loader.py | 95.96% <95.96%> (ø) |
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 68cb7b5...7458426. Read the comment docs.
Merged taxonomy python files and created a new TaxonomyLoader class (which resides in taxonomy_loader.py).