Closed skinn009 closed 6 years ago
Merging #18 into master will decrease coverage by
2.78%
. The diff coverage is98.66%
.
@@ Coverage Diff @@
## master #18 +/- ##
==========================================
- Coverage 98.26% 95.48% -2.79%
==========================================
Files 7 8 +1
Lines 231 310 +79
==========================================
+ Hits 227 296 +69
- Misses 4 14 +10
Impacted Files | Coverage Δ | |
---|---|---|
rnlp/__init__.py | 100% <100%> (ø) |
:arrow_up: |
rnlp/tests/rnlptests/test_parse.py | 100% <100%> (ø) |
:arrow_up: |
rnlp/tests/rnlptests/test_converter.py | 100% <100%> (ø) |
:arrow_up: |
rnlp/tests/tests.py | 91.66% <87.5%> (-8.34%) |
:arrow_down: |
rnlp/corpus.py | 35.29% <0%> (ø) |
|
rnlp/parse.py | 98.09% <0%> (+1.9%) |
:arrow_up: |
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 f4b965e...edbbb03. Read the comment docs.
Merge development branch into master, with setup.py corrected and creating more robust tests (hashing the output files to ensure they match);.