Skip to content

Commit

Permalink
Upload to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
olekli committed Oct 17, 2024
1 parent a78566e commit ae8a8c4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pytest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,8 @@ jobs:
- name: Generate coverage report
run: |
poetry run coverage xml
poetry run coverage html
- name: Upload coverage report
uses: actions/upload-artifact@v3
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
name: coverage-report
path: |
htmlcov
coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ae8a8c4

Please sign in to comment.