-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
Use non-zero exit codes for some aborted by Ctrl+C or REST API tests #2807
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2807 +/- ##
=======================================
Coverage 76.06% 76.06%
=======================================
Files 213 213
Lines 16593 16593
=======================================
Hits 12622 12622
Misses 3197 3197
Partials 774 774
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
1766cb7
to
2cb2c74
Compare
e0e7e45
to
0039acb
Compare
2a9644a
to
eea76b1
Compare
0039acb
to
73f67fa
Compare
This is built on top of #2803 and tackles a small part of #2804, though definitely not the whole issue.
It was necessary to be able to split apart #1889 into a few smaller PRs and it was also necessary for #1342 in its own right.