We are attempting to use a custom coverage reporting tool to file coverage reports for YAML files. I understand that's probably a bit of an unusual use case: we generate code from YAML files and then want to report which of the generated objects are tested in a unit test suite.
Unfortunately, it looks like YAML files are explicitly excluded from coverage reports as of this commit. Would it be possible to just remove these? If there's a good reason they should remain, maybe a flag to change this pattern would work (but be more effort)?
Thanks for codecov.io!
We are attempting to use a custom coverage reporting tool to file coverage reports for YAML files. I understand that's probably a bit of an unusual use case: we generate code from YAML files and then want to report which of the generated objects are tested in a unit test suite.
Unfortunately, it looks like YAML files are explicitly excluded from coverage reports as of this commit. Would it be possible to just remove these? If there's a good reason they should remain, maybe a flag to change this pattern would work (but be more effort)?
FYI and for more context: https://github.com/mozilla/glean/pull/1482