fktn-k / fkYAML

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

Fix the C6262 warning on Windows #339

Closed fktn-k closed 5 months ago

fktn-k commented 5 months ago

This PR has fixed the C6262 warning against the parser test function for block mappings by reorganizing related test cases without changing the inputs or assertion checks.
No other changes have been made.


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 e5ef670ff4f20d7b4390f68028aec03ab74d76b4. You can download the artifact which contains the same file uploaded to the Coveralls and its HTML version.

Name fkYAML_coverage.pr339.zip
ID 1471373355
URL https://github.com/fktn-k/fkYAML/actions/runs/8942464148/artifacts/1471373355
coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 8942464148

Details


Totals Coverage Status
Change from base Build 8942367944: 0.0%
Covered Lines: 3601
Relevant Lines: 3601

💛 - Coveralls