codecov / codecov-bash

Global coverage report uploader for Codecov
https://codecov.io
Apache License 2.0
234 stars 155 forks source link

Support coverage reporting in YAML files #407

Closed mdboom closed 3 years ago

mdboom commented 3 years ago

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

thomasrockhu commented 3 years ago

Hi @mdboom, thanks for this feature request! Would you be able to open an issue in the feature requests section of our community boards?