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

DX-914: Theming fix #64

Closed asbjornu closed 3 years ago

asbjornu commented 3 years ago

Ensure that the options hash has its keys symbolized properly

codecov[bot] commented 3 years ago

Codecov Report

Merging #64 (ac3897e) into main (2be1089) will decrease coverage by 0.66%. The diff coverage is 78.26%.

:exclamation: Current head ac3897e differs from pull request most recent head 343fbe0. Consider uploading reports for the commit 343fbe0 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main      #64      +/-   ##
==========================================
- Coverage   89.74%   89.07%   -0.67%     
==========================================
  Files          10        9       -1     
  Lines         234      238       +4     
==========================================
+ Hits          210      212       +2     
- Misses         24       26       +2     
Impacted Files Coverage Δ
lib/kramdown-plantuml/logger.rb 82.22% <60.00%> (-2.78%) :arrow_down:
lib/kramdown-plantuml/converter.rb 93.93% <66.66%> (ø)
lib/kramdown-plantuml/themer.rb 87.80% <81.81%> (+1.69%) :arrow_up:
lib/kramdown-plantuml/executor.rb 96.42% <100.00%> (ø)
lib/kramdown-plantuml/plantuml_result.rb 100.00% <100.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 2be1089...343fbe0. Read the comment docs.

mergify[bot] commented 3 years ago

Thank you @asbjornu for your contribution!