csurfer / rake-nltk

Python implementation of the Rapid Automatic Keyword Extraction algorithm using NLTK.
https://csurfer.github.io/rake-nltk
MIT License
1.06k stars 150 forks source link

Fix codecov by helping it find xml report. #60

Closed csurfer closed 3 years ago

csurfer commented 3 years ago

Fixes codecov by generating xml report for it to consume.

codecov[bot] commented 3 years ago

Codecov Report

Merging #60 (6391d3f) into master (98cb3c0) will increase coverage by 97.89%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #60       +/-   ##
===========================================
+ Coverage        0   97.89%   +97.89%     
===========================================
  Files           0        2        +2     
  Lines           0       95       +95     
===========================================
+ Hits            0       93       +93     
- Misses          0        2        +2     
Impacted Files Coverage Δ
rake_nltk/__init__.py 100.00% <0.00%> (ø)
rake_nltk/rake.py 97.84% <0.00%> (ø)

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 98cb3c0...6391d3f. Read the comment docs.