fktn-k / fkYAML

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

#181 Serialize container tags #314

Closed fktn-k closed 5 months ago

fktn-k commented 5 months ago

This PR has added the feature of serializing container tags with related test cases (scalar tags are already supported in #305 ).
Furthermore, the format with which the serialization feature complies are added to the documentation for the basic_node::serialize function.


Pull Request Checklist

Read the CONTRIBUTING.md file for detailed information.

Please don't

github-actions[bot] commented 5 months ago

:octocat: Upload Coverage Event Notification

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

Name fkYAML_coverage.pr314.zip
ID 1431780182
URL https://github.com/fktn-k/fkYAML/actions/runs/8763786442/artifacts/1431780182
coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 8763786442

Details


Totals Coverage Status
Change from base Build 8763018124: 0.0%
Covered Lines: 3502
Relevant Lines: 3502

💛 - Coveralls