Skip to content
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

Make subprocess errors more understandable #304

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Make subprocess errors more understandable #304

merged 1 commit into from
Dec 5, 2023

Conversation

ewjoachim
Copy link
Member

Fixes #303 (hopefully)

Just adds a log line and changes the order of printing stdout and stderr in the hope that unexplained truncates such as #303 will not keep us from solving the issue.

Copy link

github-actions bot commented Dec 5, 2023

End-to-end public repo

Copy link

github-actions bot commented Dec 5, 2023

Coverage report

The coverage rate went from 100% to 100% ➡️
The branch rate is 100%.

100% of new lines are covered.

Diff Coverage details (click to unfold)

coverage_comment/subprocess.py

100% of new lines are covered (100% of the complete file).

@ewjoachim ewjoachim merged commit bb55dba into main Dec 5, 2023
3 checks passed
@ewjoachim ewjoachim deleted the stdouterr branch December 5, 2023 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

subprocess.CalledProcessError: Command '('coverage', 'json', '-o', '-')' returned non-zero exit status 2.
1 participant