Skip to content

Commit

Permalink
Upgrade to codecov/codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Mar 21, 2024
1 parent e01865c commit 8f3cbae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
sudo -E nox --force-color -e tests --no-venv -- -vv --system-service tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand All @@ -161,7 +161,7 @@ jobs:
verbose: true

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
nox --force-color -e tests-${{ matrix.python-version }} -- -vv tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand All @@ -252,7 +252,7 @@ jobs:
verbose: true

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
nox --force-color -e tests-${{ matrix.python-version }} -- -vv tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand All @@ -334,7 +334,7 @@ jobs:
verbose: true

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
nox --force-color -e tests-${{ matrix.python-version }} -- -vv --sys-stats tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand All @@ -425,7 +425,7 @@ jobs:
verbose: true

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand Down

0 comments on commit 8f3cbae

Please sign in to comment.