Closed adamjsawicki closed 4 years ago
:exclamation: No coverage uploaded for pull request base (
master@f3292d5
). Click here to learn what that means. The diff coverage is98.41%
.
@@ Coverage Diff @@
## master #22 +/- ##
=========================================
Coverage ? 94.97%
=========================================
Files ? 10
Lines ? 338
Branches ? 0
=========================================
Hits ? 321
Misses ? 17
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
rnlp/tests/rnlptests/test_parse.py | 100% <100%> (ø) |
|
rnlp/tests/rnlptests/test_converter.py | 100% <100%> (ø) |
|
rnlp/tests/rnlptests/test_textprocessing.py | 100% <100%> (ø) |
|
rnlp/tests/tests.py | 90.9% <66.66%> (ø) |
|
rnlp/parse.py | 98.23% <98.33%> (ø) |
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 f3292d5...7a3c632. Read the comment docs.
Fixes #8.
Also throws custom
Exception
ifnltk
or its needed modules are not properly installed.