Skip to content

Commit

Permalink
Add submission of coverage to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Oct 13, 2023
1 parent 2e02a40 commit e241032
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,10 @@ jobs:

- name: Run pytest
run: |
venv/bin/poetry run pytest
venv/bin/poetry run pytest --cov=. --cov-report=xml
shell: bash

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e241032

Please sign in to comment.