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: Make PlantUML diagrams themeable #61

Closed asbjornu closed 3 years ago

asbjornu commented 3 years ago

Make PlantUML diagrams themeable by providing a way to globally configure a theme.

codecov[bot] commented 3 years ago

Codecov Report

Merging #61 (93de29d) into main (0940d9c) will increase coverage by 2.25%. The diff coverage is 91.04%.

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

@@            Coverage Diff             @@
##             main      #61      +/-   ##
==========================================
+ Coverage   89.33%   91.58%   +2.25%     
==========================================
  Files           4       10       +6     
  Lines          75      214     +139     
==========================================
+ Hits           67      196     +129     
- Misses          8       18      +10     
Impacted Files Coverage Δ
lib/kramdown-plantuml/plantuml_error.rb 66.66% <66.66%> (ø)
lib/kramdown-plantuml/console_logger.rb 81.48% <81.48%> (ø)
lib/kramdown-plantuml/logger.rb 82.85% <82.85%> (ø)
lib/kramdown-plantuml/bool_env.rb 84.61% <84.61%> (ø)
lib/kramdown-plantuml/executor.rb 96.42% <96.42%> (ø)
lib/kramdown-plantuml/themer.rb 96.42% <96.42%> (ø)
lib/kramdown-plantuml/converter.rb 100.00% <100.00%> (ø)
lib/kramdown-plantuml/hash.rb 100.00% <100.00%> (ø)
lib/kramdown-plantuml/plantuml_result.rb 100.00% <100.00%> (ø)
lib/kramdown_html.rb 100.00% <100.00%> (+27.27%) :arrow_up:
... and 8 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 0940d9c...cd14e6f. Read the comment docs.

mergify[bot] commented 3 years ago

Thank you @asbjornu for your contribution!