Skip to content

Commit 4aabb5b

Browse files
authored
Merge pull request #404 from DIRACGrid/dependabot/github_actions/codecov/codecov-action-5.4.0
build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0
2 parents 58fc23f + 463daa2 commit 4aabb5b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/extensions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
export DIRACX_EXTENSIONS=gubbins,diracx
6565
pytest --cov-report=xml:coverage.xml --junitxml=report.xml
6666
- name: Upload coverage report
67-
uses: codecov/codecov-action@v5.3.1
67+
uses: codecov/codecov-action@v5.4.0
6868

6969

7070
build-wheels:
@@ -256,7 +256,7 @@ jobs:
256256
257257
coverage xml -o coverage-demo.xml --data-file "${coverage_data}"
258258
- name: Upload coverage report
259-
uses: codecov/codecov-action@v5.3.1
259+
uses: codecov/codecov-action@v5.4.0
260260
with:
261261
files: ./coverage-pytest.xml,./coverage-demo.xml
262262

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
pip install mypy ${{ matrix.package }}[types]
7878
mypy ${{ matrix.package }}/src
7979
- name: Upload coverage report
80-
uses: codecov/codecov-action@v5.3.1
80+
uses: codecov/codecov-action@v5.4.0
8181

8282
pytest-integration:
8383
runs-on: ubuntu-latest
@@ -144,7 +144,7 @@ jobs:
144144
145145
coverage xml -o coverage-demo.xml --data-file "${coverage_data}"
146146
- name: Upload coverage report
147-
uses: codecov/codecov-action@v5.3.1
147+
uses: codecov/codecov-action@v5.4.0
148148
with:
149149
files: ./coverage-pytest.xml,./coverage-demo.xml
150150

0 commit comments

Comments
 (0)