Before submitting a topic, please confirm the following
I have searched for similar issues before creating this topic.
I have verified that my repository is using the Codecov GitHub app, if using GitHub
I have validated my codecov.yaml
configuration file.
I have filled out the below sections to the best of my ability.
Description
I would like to generate a type coverage report for my codes.
eg. typescript coverage
I am currently using a package typescript-coverage-report to generate the coverage report.
It works well but its generated report doesn’t seems to fulfil the codecov coverage report standard and percentage are not shown on the apps.
My questions:
- What is the code coverage report standard that codecov is using?
- I would just like a simple ‘x%’ to be displayed on the github bot + fail the checks if it is less than certain percentages