pboettch / json-schema-validator

JSON schema validator for JSON for Modern C++
Other
463 stars 133 forks source link

Fix code coverage for smtp-address-validator.cpp #284

Closed serge-s closed 9 months ago

serge-s commented 10 months ago

Fixes #283

smtp-address-validator.cpp was originally generated using Ragel and that left refences (in "#line" form) to non-existent smtp-address-validator.rl file which confuse gcovr. Fix this by removing all lines starting with "#line".