Skip to content

Commit 9a900e3

Browse files
committed
you're all risk and no gain
1 parent 281111e commit 9a900e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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
export COVERAGE_PROCESS_START=.coveragerc
21-
coverage --source=pynumdiff run -m pytest -s
21+
coverage run --source=pynumdiff -m pytest -s
2222
coverage combine
2323
coverage xml
2424
- uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)