We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally reported by kundert (Bitbucket: kundert, GitHub: Unknown)
The exit status of 'coverage run ..." is always 1 regardless of the exit status of the underlying python program. This can be seen in tcsh by running:
coverage run exit.py; echo $status
where exit.py consists only of:
exit(0)
This screws up the error reporting in my test scripts, which reports every test as failing if I use coverage analysis.
The text was updated successfully, but these errors were encountered:
Fixed in <<changeset e46c5827b115 (bb)>>.
Sorry, something went wrong.
Prefixed backend module names with an underscore
51cb13f
Fixes nedbat#50.
No branches or pull requests
Originally reported by kundert (Bitbucket: kundert, GitHub: Unknown)
The exit status of 'coverage run ..." is always 1 regardless of the exit status of the underlying python program. This can be seen in tcsh by running:
where exit.py consists only of:
This screws up the error reporting in my test scripts, which reports every test as failing if I use coverage analysis.
The text was updated successfully, but these errors were encountered: