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
118 stars 38 forks source link

remove Dumper.emit() and Loader.scan() #239

Closed Herringway closed 5 years ago

Herringway commented 5 years ago

Let's keep test code in the test modules.

codecov[bot] commented 5 years ago

Codecov Report

Merging #239 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #239      +/-   ##
==========================================
+ Coverage   94.89%   94.94%   +0.04%     
==========================================
  Files          28       28              
  Lines        4254     4252       -2     
==========================================
  Hits         4037     4037              
+ Misses        217      215       -2
Impacted Files Coverage Δ
source/dyaml/loader.d 89.85% <ø> (+0.66%) :arrow_up:
source/dyaml/dumper.d 96.77% <ø> (+0.89%) :arrow_up:
source/dyaml/test/emitter.d 96.55% <100%> (+0.06%) :arrow_up:
source/dyaml/test/tokens.d 100% <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 11020e4...34e324e. Read the comment docs.