repobee / repobee-sanitizer

A plugin for sanitizing master repositories before distribution to students
MIT License
2 stars 3 forks source link

Test run for Python 3.6 often fails on codecov upload #49

Closed slarse closed 4 years ago

slarse commented 4 years ago

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.

slarse commented 4 years ago

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.