SwedbankPay / kramdown-plantuml

PlantUML support for Kramdown, the Markdown parser used in Jekyll
https://rubygems.org/gems/kramdown-plantuml
Apache License 2.0
8 stars 2 forks source link

Add missing SimpleCov.start statement #28

Closed asbjornu closed 3 years ago

asbjornu commented 3 years ago

Add missing SimpleCov.start statement so code coverage is actually gathered when executing specs.

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@34834c1). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #28   +/-   ##
=========================================
  Coverage          ?   89.33%           
=========================================
  Files             ?        4           
  Lines             ?       75           
  Branches          ?        0           
=========================================
  Hits              ?       67           
  Misses            ?        8           
  Partials          ?        0           
Impacted Files Coverage Δ
spec/kramdown_plantuml_spec.rb 86.11% <0.00%> (ø)
lib/kramdown_html.rb 72.72% <0.00%> (ø)
spec/kramdown_html_spec.rb 100.00% <0.00%> (ø)
lib/kramdown-plantuml/converter.rb 100.00% <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 34834c1...ebcb058. Read the comment docs.