Skip to content

Commit

Permalink
github-actions(deps): bump codecov/codecov-action from 3 to 4 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent ac2bb01 commit 7a4e54e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Run tests
run: poetry run pytest tests/${{ matrix.test }} --cov=. --cov-report=xml
- name: Upload test coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: ${{ matrix.test }}
token: ${{ secrets.CODECOV_TOKEN }}
if: always()

0 comments on commit 7a4e54e

Please sign in to comment.