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: Add `:scale` option #83

Closed asbjornu closed 2 years ago

asbjornu commented 2 years ago

Add :scale option

codecov[bot] commented 2 years ago

Codecov Report

Merging #83 (0cfd817) into main (458b401) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
+ Coverage   95.74%   95.77%   +0.03%     
==========================================
  Files          16       16              
  Lines         540      545       +5     
==========================================
+ Hits          517      522       +5     
  Misses         23       23              
Impacted Files Coverage Δ
lib/kramdown-plantuml/options.rb 100.00% <100.00%> (ø)
lib/kramdown-plantuml/plantuml_diagram.rb 100.00% <100.00%> (ø)
lib/kramdown-plantuml/theme.rb 83.33% <100.00%> (+1.51%) :arrow_up:

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 458b401...0cfd817. Read the comment docs.

mergify[bot] commented 2 years ago

Thank you @asbjornu for your contribution!