This repository was archived by the owner on May 21, 2025. It is now read-only.
Commit 6638881
Improve error reporting in the "try_run" function and correctly include original command output in the error message (#153)
* Log more info when a command fails.
* Also log return code.
* Correctly include process output with the thrown exception.
* Include returncode before the output.
* Update codecov/__init__.py
* black
Co-authored-by: Thomas Hu <[email protected]>
Co-authored-by: Thomas Hu <[email protected]>1 parent bf97a8b commit 6638881
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
227 | 230 | | |
228 | 231 | | |
229 | 232 | | |
| |||
0 commit comments