It is not currently possible to report coverage in a YAML file, because YAML files are explicitly removed by the bash uploader.
Description
We are attempting to use a custom coverage reporting tool to file coverage reports for YAML files. We generate code from YAML files and then want to report which of the generated objects are tested in a unit test suite.
Everything works, except YAML files are removed by the codecov-bash uploader.
The support for this hasn’t been merged into our project yet (because we don’t want to use a private fork of the uploader), but a Pull Request is here:
It doesn’t look like there has been a production release since this feature was added. Do you know when this will be available at the default URL? (https://codecov.io/bash).