Steppschuh / Java-Markdown-Generator

Java library to generate markdown
MIT License
230 stars 47 forks source link

Feature/009 provide snapshot builds #14

Closed Steppschuh closed 4 years ago

Steppschuh commented 4 years ago

Resolves #9

codecov[bot] commented 4 years ago

Codecov Report

Merging #14 into master will increase coverage by 0.27%. The diff coverage is 75.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #14      +/-   ##
============================================
+ Coverage     69.28%   69.55%   +0.27%     
- Complexity      182      184       +2     
============================================
  Files            31       31              
  Lines           612      611       -1     
  Branches         46       46              
============================================
+ Hits            424      425       +1     
+ Misses          168      167       -1     
+ Partials         20       19       -1     
Impacted Files Coverage Δ Complexity Δ
...t/steppschuh/markdowngenerator/table/TableRow.java 68.18% <50.00%> (ø) 6.00 <0.00> (ø)
.../net/steppschuh/markdowngenerator/table/Table.java 72.59% <87.50%> (+1.26%) 28.00 <0.00> (+2.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 ea490b7...f871266. Read the comment docs.