fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

support tags for container nodes with some cleanup in test suite #309

Closed fktn-k closed 6 months ago

fktn-k commented 6 months ago

This PR adds support of tags for container nodes while improving the handlings of node properties in general in the deserialization feature.
Moreover, the test cases for the fkyaml::detail::basic_deserializer class, especially their test case names and the way of classifying them, have been reorganized for better readability.


Pull Request Checklist

Read the CONTRIBUTING.md file for detailed information.

Please don't

github-actions[bot] commented 6 months ago

:octocat: Upload Coverage Event Notification

Coverage data has been uploaded for the commit 2334a6ec4f02736d86b6c7c20abc3f4e925c7b8c. You can download the artifact which contains the same file uploaded to the Coveralls and its HTML version.

Name fkYAML_coverage.pr309.zip
ID 1419832353
URL https://github.com/fktn-k/fkYAML/actions/runs/8712572899/artifacts/1419832353
coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 8712572899

Details


Totals Coverage Status
Change from base Build 8667174364: 0.0%
Covered Lines: 3503
Relevant Lines: 3503

💛 - Coveralls