dlang-community / D-YAML

YAML parser and emitter for the D programming language
https://dlang-community.github.io/D-YAML/
Boost Software License 1.0
119 stars 37 forks source link

switch to a non-templated Dumper struct #234

Closed Herringway closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #234 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #234      +/-   ##
==========================================
- Coverage   94.86%   94.86%   -0.01%     
==========================================
  Files          28       28              
  Lines        4266     4265       -1     
==========================================
- Hits         4047     4046       -1     
  Misses        219      219
Impacted Files Coverage Δ
source/dyaml/node.d 92.45% <100%> (ø) :arrow_up:
source/dyaml/dumper.d 94.23% <100%> (-0.06%) :arrow_down:
source/dyaml/test/emitter.d 96.49% <100%> (ø) :arrow_up:
source/dyaml/test/representer.d 94.44% <100%> (ø) :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 8de1a45...29a1ce6. Read the comment docs.