srlearn / rnlp

Relational NLP: Convert text into relational facts.
https://rnlp.readthedocs.io/en/latest/
GNU General Public License v3.0
9 stars 5 forks source link

Development #18

Closed skinn009 closed 6 years ago

skinn009 commented 6 years ago

Merge development branch into master, with setup.py corrected and creating more robust tests (hashing the output files to ensure they match);.

codecov-io commented 6 years ago

Codecov Report

Merging #18 into master will decrease coverage by 2.78%. The diff coverage is 98.66%.

Impacted file tree graph

@@            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.