We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f8c9d commit 6b9dfdaCopy full SHA for 6b9dfda
1 file changed
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
run: | # some extra stuff here to make sure coverage works across multiprocessing
19
pip install -e .[advanced,dev] coveralls
20
21
- cat << EOF > .coveragerc
+ cat <<- EOF > .coveragerc
22
[run]
23
concurrency = multiprocessing
24
parallel = true
@@ -30,7 +30,7 @@ jobs:
30
EOF
31
export COVERAGE_PROCESS_START=.coveragerc
32
33
- coverage run --source=pynumdiff -m pytest -s
+ coverage run -m pytest -s
34
coverage combine
35
coverage xml
36
- uses: coverallsapp/github-action@v2
0 commit comments