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

don't create null anchors #245

Closed Herringway closed 5 years ago

Herringway commented 5 years ago

Fixes #244.

codecov[bot] commented 5 years ago

Codecov Report

Merging #245 into master will decrease coverage by 0.28%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #245      +/-   ##
==========================================
- Coverage   94.94%   94.65%   -0.29%     
==========================================
  Files          28       28              
  Lines        4152     4156       +4     
==========================================
- Hits         3942     3934       -8     
- Misses        210      222      +12
Impacted Files Coverage Δ
source/dyaml/serializer.d 82.29% <100%> (-12.34%) :arrow_down:
source/dyaml/event.d 98.11% <100%> (+0.03%) :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 a538662...9dbd7c0. Read the comment docs.