Skip to content

Commit

Permalink
create coverage xml after test
Browse files Browse the repository at this point in the history
  • Loading branch information
petrikvladimir committed Sep 13, 2023
1 parent 56cb44e commit 08dd811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
run: |
pip install pytest coverage
coverage run -m pytest tests
coverage xml
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 08dd811

Please sign in to comment.