Skip to content

Commit

Permalink
Update codecov-action to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanwigeetika1618 committed Oct 3, 2024
1 parent 9dad5e9 commit 3180e2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
fi
- name: Upload coverage data
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.5.0
with:
name: ${{ matrix.name }}
# verbose: true # optional (default = false)
Expand Down Expand Up @@ -288,12 +288,12 @@ jobs:

- name: Install dependencies
run: python3 -m pip install tox

codecov/codecov-action@v4
- name: Run Tox
run: python3 -m tox

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.5.0
with:
fail_ci_if_error: true
use_oidc: true

0 comments on commit 3180e2c

Please sign in to comment.