Summary
When I make a commit that includes HTML files the diff lists them as “Other files ignored by codecov”
Description
I use a plugin for coverage.py that also checks coverage of Django templates:
The coverage % on my repo seems to take these into account, however the HTML files themselves don’t appear in the files on codecov, or the sunburst.
I think this is because HTML is not a supported language?
Or it could be because I am trying to give coverage for 2 different languages in the same coverage.xml?
Examples
Versions
Python 3.8
HTML
GitHub Actions