Skip to content

Commit

Permalink
Merge pull request #349 from py-cov-action/fix-348
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim authored Jan 17, 2024
2 parents 270783f + 661a924 commit cf213fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coverage_comment/subprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ def run(*args, path: pathlib.Path, **kwargs) -> str:
args,
cwd=path,
text=True,
# Only relates to DecodeErrors while decoding the output
errors="replace",
check=True,
capture_output=True,
**kwargs,
Expand Down

0 comments on commit cf213fa

Please sign in to comment.