We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 270783f + 661a924 commit cf213faCopy full SHA for cf213fa
coverage_comment/subprocess.py
@@ -23,6 +23,8 @@ def run(*args, path: pathlib.Path, **kwargs) -> str:
23
args,
24
cwd=path,
25
text=True,
26
+ # Only relates to DecodeErrors while decoding the output
27
+ errors="replace",
28
check=True,
29
capture_output=True,
30
**kwargs,
0 commit comments