You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #6654 we can now wait until all tests have run before uploading the coverage report to codecov.
This will avoid the premature bot message saying coverage has dropped that happens all the time as the initial partial coverage files are uploaded by each individual job.
Description
Following #6654 we can now wait until all tests have run before uploading the coverage report to codecov.
This will avoid the premature bot message saying coverage has dropped that happens all the time as the initial partial coverage files are uploaded by each individual job.
PyTensor can probably be used as a template: https://github.com/pymc-devs/pytensor/blob/98de246293855def134b86b5af6599e74a44835b/.github/workflows/test.yml#L235-L262
The text was updated successfully, but these errors were encountered: