Becksteinlab / numkit

Numerical first aid kit (with numpy/scipy).
https://numkit.readthedocs.io
Other
2 stars 2 forks source link

CI should not fail due to codecov issues #20

Closed orbeckst closed 3 years ago

orbeckst commented 3 years ago

The cron CI triggers a 400 "too many uploads for this commit" on codecov which make the CI fail even though the tests remain passing.

Change so that the codecov step does not count towards CI failure.

orbeckst commented 3 years ago

Could also decrease the scheduled CI to once a week...