Skip to content

Commit cf213fa

Browse files
authored
Merge pull request #349 from py-cov-action/fix-348
2 parents 270783f + 661a924 commit cf213fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coverage_comment/subprocess.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ def run(*args, path: pathlib.Path, **kwargs) -> str:
2323
args,
2424
cwd=path,
2525
text=True,
26+
# Only relates to DecodeErrors while decoding the output
27+
errors="replace",
2628
check=True,
2729
capture_output=True,
2830
**kwargs,

0 commit comments

Comments
 (0)