Skip to content

Commit

Permalink
Remove cov argument
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-mar committed Jun 9, 2024
1 parent a340ae1 commit 530afa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
run: poetry install

- name: Run pytest
run: poetry run pytest
run: |
poetry run pytest -vv --cov-report=xml --cov-branch
- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 530afa9

Please sign in to comment.