tlsa / libcyaml

C library for reading and writing YAML.
ISC License
258 stars 56 forks source link

Load: Split out scalar value storage #204

Closed tlsa closed 1 year ago

tlsa commented 1 year ago

Split out the code for storing scalar values to the client data structure.

codecov[bot] commented 1 year ago

Codecov Report

Merging #204 (bdbfe01) into main (3432d76) will decrease coverage by 0.01%. The diff coverage is 96.22%.

@@            Coverage Diff             @@
##             main     #204      +/-   ##
==========================================
- Coverage   96.87%   96.87%   -0.01%     
==========================================
  Files           9        9              
  Lines        1634     1631       -3     
  Branches      348      345       -3     
==========================================
- Hits         1583     1580       -3     
  Misses         24       24              
  Partials       27       27              
Flag Coverage Δ
unittests 96.87% <96.22%> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/load.c 98.65% <96.22%> (-0.01%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more