Skip to content

Commit

Permalink
Fixed missing xml coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Apr 17, 2023
1 parent 7afe58c commit 696503f
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 @@ -45,7 +45,7 @@ jobs:
- name: Install test dependencies
run: pip install -r requirements/test.txt
- name: Test
run: pytest
run: pytest --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 696503f

Please sign in to comment.