While experimenting with my CI and codecov
I accidentally uploaded coverage of my tests rather than the coverage of my package. I probably did something like this
pystest --cov=./ test
codecov $TOKEN
Unsurprisingly, the coverage of the files in the test
directory is nearly 100%, since almost any line is hit while running said tests.
This looks good, since it increases the total coverage, but is of course misleading. I looked around to delete the manual uploaded coverage, but I couldn’t find it if it exists. Can someone help me out?
GitHub: GitHub - pmeier/pillow_affine: Affine transformation utilities for Pillow
codecov: Codecov