Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Mar 1, 2024
1 parent f826a68 commit 4386f3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
run: python -m pip install .[test]

- name: Test package
run: >
- python -m pytest -ra --cov --cov-report=xml --cov-report=term --durations=20
run: python -m pytest -ra --cov --cov-report=xml --cov-report=term --durations=20

- name: Upload coverage report
uses: codecov/[email protected]

0 comments on commit 4386f3c

Please sign in to comment.