fktn-k / fkYAML

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

#150 Excluded unreachable lines in serializer class test from coverage data #152

Closed fktn-k closed 12 months ago

fktn-k commented 12 months ago

Some unreachable lines in serializer class have been changed to get excluded from coverage data.
I have no idea on how to reproduce such a line but it does happen.
So, as a work-around, I just make lcov ignore those lines in generating coverage data.

Related links: #150