Skip to content

Commit 7fe1146

Browse files
MAINT: Bump codecov/codecov-action from 3 to 4 (#4165)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maxime Rey <[email protected]>
1 parent fd047a7 commit 7fe1146

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/unit_test_prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
Set-Item -Path env:PYTHONMALLOC -Value "malloc"
7474
pytest --tx 6*popen --durations=50 --dist loadfile -v --cov=pyaedt --cov-report=xml --junitxml=junit/test-results.xml --cov-report=html _unittest
7575
76-
- uses: codecov/codecov-action@v3
76+
- uses: codecov/codecov-action@v4
7777
env:
7878
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7979
if: matrix.python-version == '3.8'

.github/workflows/unit_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
Set-Item -Path env:PYTHONMALLOC -Value "malloc"
7777
pytest --durations=50 -v --cov=pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml _unittest_solvers
7878
79-
- uses: codecov/codecov-action@v3
79+
- uses: codecov/codecov-action@v4
8080
env:
8181
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8282
with:
@@ -139,7 +139,7 @@ jobs:
139139
Set-Item -Path env:PYTHONMALLOC -Value "malloc"
140140
pytest -n 6 --dist loadfile --durations=50 -v --cov=pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml _unittest
141141
142-
- uses: codecov/codecov-action@v3
142+
- uses: codecov/codecov-action@v4
143143
env:
144144
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
145145
with:

0 commit comments

Comments
 (0)