I would like to skip the coverage testing (via codecov.io) for some of the files in a github repo. I’m using github actions to run workflows for continuous integration. The files I want to skip are not part of the primary modules anymore, but I’m not ready to delete them from the repo altogether.
I’ve come across a lot of conflicting information about how to do this, but nothing I have tried has actually worked. I reached to support at codecov.io, and after a bit of back and forth, got something figured out. Posted below in hopes it might be useful to others as well.