Skip to content

Commit

Permalink
Bump codecov/codecov-action from 5.0.7 to 5.1.1 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent b200947 commit 6808fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pip install tox
- run: tox -e ${{ matrix.test }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ${{ github.repository }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: pip install tox
- run: tox -e ${{ matrix.test }} -- ${{ matrix.class }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ${{ github.repository }}
Expand Down

0 comments on commit 6808fba

Please sign in to comment.