naokazuterada / MarkdownTOC

SublimeText3 plugin which generate a table of contents (TOC) in a markdown document.
https://packagecontrol.io/packages/MarkdownTOC
MIT License
301 stars 48 forks source link

Test PR for removing coverall #117

Closed naokazuterada closed 6 years ago

naokazuterada commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #117 into master will decrease coverage by 0.04%. The diff coverage is 93.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
- Coverage   93.25%   93.21%   -0.05%     
==========================================
  Files           1        8       +7     
  Lines         326      383      +57     
==========================================
+ Hits          304      357      +53     
- Misses         22       26       +4
Impacted Files Coverage Δ
markdowntoc/markdowntoc_update.py 100% <100%> (ø)
__init__.py 100% <100%> (ø)
markdowntoc/__init__.py 100% <100%> (ø)
markdowntoc/autorunner.py 50% <50%> (ø)
markdowntoc/base.py 83.33% <83.33%> (ø)
markdowntoc/id.py 91.37% <91.37%> (ø)
markdowntoc/util.py 94.11% <94.11%> (ø)
markdowntoc/markdowntoc_insert.py 95.27% <95.27%> (ø)
... and 5 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 10feecf...d5ce950. Read the comment docs.