Skip to content

Commit

Permalink
chore:codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mvexel committed Aug 10, 2024
1 parent 302fb01 commit 55601d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
- name: Run tests with tox
run: poetry run tox

- name: Codecov
uses: codecov/codecov-action@v4.5.0

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
# files: ./coverage.xml # Adjust this path if necessary
# flags: unittests # Optional flags for Codecov
# fail_ci_if_error: true # Fails the CI if Codecov upload fails

0 comments on commit 55601d0

Please sign in to comment.