It's extremely annoying to get test failures because codecov upload fails. Either a failure to upload should not fail the build, or we disable upload for Python 3.6.
Now it just failed for 3.8 as well. It may have something to do with concurrent uploads. As we have no version-specific code, it may be worth trying to run codecov only on one of the test runs.
It's extremely annoying to get test failures because codecov upload fails. Either a failure to upload should not fail the build, or we disable upload for Python 3.6.