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
Describe the bug
The Bug happens when one goes to create a new pull request. It seems that all the packages that run work correctly except the 3.9 coverage package. It seems to be in some type of an infinite loop that causes it to almost time out with an error of
No source for code: '/tmp/__autograph_generated_filep0ix907r.py'. Error: Process completed with exit code 1.
To Reproduce
Steps to reproduce the behavior:
Create a Pull Request
Let the Benchmarking and Python tests automatically run tests on your submitted code.
wait for Python package / coverage (3.9) (push) to fail
Scroll down to "Some of these check were not successful"
Click on details
Scroll down to bottom of code to see error output
Expected behavior
The covergage package should run through the code and look for overall code coverage and show a report on the pull request page.
The text was updated successfully, but these errors were encountered:
Describe the bug
The Bug happens when one goes to create a new pull request. It seems that all the packages that run work correctly except the 3.9 coverage package. It seems to be in some type of an infinite loop that causes it to almost time out with an error of
No source for code: '/tmp/__autograph_generated_filep0ix907r.py'. Error: Process completed with exit code 1.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The covergage package should run through the code and look for overall code coverage and show a report on the pull request page.
The text was updated successfully, but these errors were encountered: