Starting recently, we’re seeing codecov declare there’s a file with incomplete coverage, however when we look at the codecov UI it shows no missing coverage.
Further, looking at the console output from our builds, python coverage shows that file as having no missed lines/branches.
@alex apologies, I’m wondering if this is a timing issue. It shows 100% coverage right now and given the number of uploads you have, I wonder if we were still processing reports at that time. Are you seeing it on a different file?
It’s definitely possible it’s a timing issue. However I do not understand why at any point it would claim there there’s less than 100% coverage while simultaneously showing me a UI with all lines covered.