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

convert dyaml.constructor unittests into examples #142

Closed Herringway closed 6 years ago

Herringway commented 6 years ago

Constructor was lacking examples, so I cleaned up some unittests and made them into examples.

codecov[bot] commented 6 years ago

Codecov Report

Merging #142 into master will decrease coverage by 0.16%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #142      +/-   ##
==========================================
- Coverage   93.38%   93.21%   -0.17%     
==========================================
  Files          31       31              
  Lines        4247     4261      +14     
==========================================
+ Hits         3966     3972       +6     
- Misses        281      289       +8
Impacted Files Coverage Δ
source/dyaml/constructor.d 89.29% <71.42%> (-1.91%) :arrow_down:

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 2f63fb6...2f723b6. Read the comment docs.