Skip to content

Commit

Permalink
fix: coverage job error when using subprocess
Browse files Browse the repository at this point in the history
This configuration change helps prevent coverage
job errors caused by the usage of subprocess module.
See details at pytest-dev/pytest-cov#243
  • Loading branch information
cuinixam committed Feb 23, 2024
1 parent 9f924e9 commit 6087267
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 108 deletions.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[run]
concurrency = multiprocessing
parallel = true
sigterm = true
Loading

0 comments on commit 6087267

Please sign in to comment.