fktn-k / fkYAML

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

#128 fixed filtering source files to generate full-spec coverage #140

Closed fktn-k closed 1 year ago

fktn-k commented 1 year ago

Related to #128 and #132, the source files under the detail directory has been missed when generating coverage data.
This PR has fixed the issue above.

fktn-k commented 1 year ago

I'll add new test cases to cover the missing lines/branches in later PRs.