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
Seems like code coverage can cause CI failures like:
Wrote XML report to coverage.xml
+ ./codecov --token=*** --commit=5efa041b7c2b6f256bf1571a043d58267faaf3e1 --flags=gpu,pytest,networks --name=GPU-coverage --env=linux,azure
/__w/_temp/b50911ff-a252-4a97-8003-3fbfbb5d1ac2.sh: line 14: ./codecov: No such file or directory
##[error]Bash exited with code '127'.
Seems like code coverage can cause CI failures like:
See https://dev.azure.com/Lightning-AI/72ab7ed8-b00f-4b6e-b131-3388f7ffafa7/_apis/build/builds/221986/logs/43 for an example.
I'm not sure what these code coverage reports do. Maybe we should remove them, or not fail the CI if they fail?
cc @Borda
The text was updated successfully, but these errors were encountered: