miso-belica / sumy

Module for automatic summarization of text documents and HTML pages.
https://miso-belica.github.io/sumy/
Apache License 2.0
3.51k stars 529 forks source link

Add gitpod config #138

Closed miso-belica closed 4 years ago

miso-belica commented 4 years ago

This commit adds support for Gitpod.io, a free automated dev environment that makes contributing and generally working on GitHub projects much easier. It allows anyone to start a ready-to-code dev environment for any branch, issue and pull request with a single click.

codecov[bot] commented 4 years ago

Codecov Report

Merging #138 into master will decrease coverage by 0.6%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #138      +/-   ##
==========================================
- Coverage   81.29%   80.68%   -0.61%     
==========================================
  Files          37       37              
  Lines        1775     1719      -56     
==========================================
- Hits         1443     1387      -56     
  Misses        332      332
Impacted Files Coverage Δ
sumy/parsers/html.py 57.62% <0%> (-3.92%) :arrow_down:
sumy/parsers/plaintext.py 80.64% <0%> (-1.45%) :arrow_down:
sumy/models/dom/_document.py 91.66% <0%> (-1.2%) :arrow_down:
sumy/models/dom/_paragraph.py 92% <0%> (-0.86%) :arrow_down:
sumy/summarizers/_summarizer.py 93.54% <0%> (-0.4%) :arrow_down:
sumy/summarizers/lex_rank.py 94.68% <0%> (-0.37%) :arrow_down:
sumy/summarizers/edmundson.py 94.5% <0%> (-0.34%) :arrow_down:
sumy/summarizers/text_rank.py 95.38% <0%> (-0.33%) :arrow_down:
sumy/models/dom/_sentence.py 96.15% <0%> (-0.28%) :arrow_down:
sumy/summarizers/lsa.py 90.27% <0%> (-0.27%) :arrow_down:
... and 6 more

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 dafcb48...d2d7868. Read the comment docs.