We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f95509 commit d89d1b0Copy full SHA for d89d1b0
.github/workflows/python-package.yml
@@ -48,7 +48,6 @@ jobs:
48
python -m coverage run -m pytest --no-cov src
49
else
50
python -m coverage erase
51
- python -m pytest src
52
python -m coverage run -m pytest --cov=src/pyff
53
mv .coverage .coverage.1
54
python -m coverage combine
0 commit comments