Skip to content

Commit b68be01

Browse files
committed
use .coveragerc file
1 parent 9eea7ee commit b68be01

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .coveragerc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[run]
2+
concurrency=multiprocessing

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Tests
5050
env:
51-
COVERAGE_PROCESS_START: True
51+
COVERAGE_PROCESS_START: .coveragerc
5252
PYTHONPATH: .
5353

5454
run: |

0 commit comments

Comments
 (0)