We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30e413 commit ae496aeCopy full SHA for ae496ae
.github/workflows/tests.yml
@@ -121,9 +121,9 @@ jobs:
121
source ~/.profile
122
conda activate anaconda-client-env
123
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
124
- python -m pytest -x --skip-slow --cov=tskit --cov=tskit.jit --cov-report=xml --cov-branch -n2 --durations=20 tests
+ python -m pytest --skip-slow --cov=tskit --cov=tskit.jit --cov-report=xml --cov-branch -n2 --durations=20 tests
125
else
126
- python -m pytest -x --cov=tskit --cov-report=xml --cov-branch -n2 --durations=20 tests
+ python -m pytest -x --cov=tskit --cov=tskit.jit --cov-report=xml --cov-branch -n2 --durations=20 tests
127
fi
128
129
- name: Upload coverage to Codecov
0 commit comments