diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7d2e24fe..925cd537 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,7 +69,7 @@ jobs: - name: Run Tests id: status run: | - pytest --durations=20 --durations-min=0.5 -n auto --cov=./ --cov-report=xml --hypothesis-profile ci + pytest --durations=20 --durations-min=0.5 -n auto --cov=./ --cov-report=xml --hypothesis-profile ci tests/test_cohorts.py - name: Upload code coverage to Codecov uses: codecov/codecov-action@v4.5.0 with: