Skip to content

Commit

Permalink
[revert]
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Aug 1, 2024
1 parent 3e83fd1 commit 7c2c1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 7c2c1c2

Please sign in to comment.