tlsa / libcyaml

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

Split implementation details into private.h #215

Closed tlsa closed 1 year ago

tlsa commented 1 year ago

The main library header is getting too long to be readable.

This moves out the parts that clients shouldn't be using anyway.

codecov[bot] commented 1 year ago

Codecov Report

Merging #215 (1f68cdd) into main (156aa7a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #215   +/-   ##
=======================================
  Coverage   97.12%   97.12%           
=======================================
  Files          10       10           
  Lines        2017     2017           
  Branches      424      424           
=======================================
  Hits         1959     1959           
  Misses         28       28           
  Partials       30       30           
Flag Coverage Δ
unittests 97.12% <ø> (ø)

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

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