Skip to content

Commit

Permalink
ci: disable coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgroul committed Dec 29, 2023
1 parent 23ad0ad commit cbdd65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
pip install .[test]
- name: Run Tests
run: pytest -m "not fuzzing" -n 0 -s --cov
run: pytest -m "not fuzzing" -n 0 -s

# NOTE: uncomment this block after you've marked tests with @pytest.mark.fuzzing
# fuzzing:
Expand Down

0 comments on commit cbdd65b

Please sign in to comment.