Skip to content

Commit

Permalink
Removed pytest parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Sep 16, 2024
1 parent 9f43269 commit aa19da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Run tests
run: poetry run pytest --cov=sigma --cov-report term --cov-report xml:cov.xml -vv
run: poetry run pytest

0 comments on commit aa19da2

Please sign in to comment.