Skip to content

Commit

Permalink
cov report
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet committed Aug 9, 2024
1 parent dfde543 commit 571d78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
test:
- utests
- tests-api-mock
- coverage-report
- tests-server
steps:
- name: Checkout
Expand All @@ -36,6 +35,7 @@ jobs:
- name: Install tox
run: pip install tox
- run: tox -e ${{ matrix.test }}
- run: tox -e coverage-report
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 571d78e

Please sign in to comment.