Skip to content

Commit 6b9dfda

Browse files
committed
trying stripping whitespace
1 parent 53f8c9d commit 6b9dfda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: | # some extra stuff here to make sure coverage works across multiprocessing
1919
pip install -e .[advanced,dev] coveralls
2020
21-
cat << EOF > .coveragerc
21+
cat <<- EOF > .coveragerc
2222
[run]
2323
concurrency = multiprocessing
2424
parallel = true
@@ -30,7 +30,7 @@ jobs:
3030
EOF
3131
export COVERAGE_PROCESS_START=.coveragerc
3232
33-
coverage run --source=pynumdiff -m pytest -s
33+
coverage run -m pytest -s
3434
coverage combine
3535
coverage xml
3636
- uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)