Skip to content

Commit 4974669

Browse files
authored
Merge pull request #311 from CITCOM-project/f-allian/code-cov
Update codecov-actions in CI workflows
2 parents 08ab5aa + f3276c4 commit 4974669

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci-tests-drafts.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
run: |
3131
pytest --cov=causal_testing --cov-report=xml
3232
- name: "Upload coverage to Codecov"
33-
uses: codecov/codecov-action@v2
33+
uses: codecov/codecov-action@v5
3434
with:
3535
fail_ci_if_error: true
3636
token: ${{ secrets.CODECOV_TOKEN }}
37-
version: "v0.1.15"

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
run: |
3737
pytest --cov=causal_testing --cov-report=xml
3838
- name: "Upload coverage to Codecov"
39-
uses: codecov/codecov-action@v2
39+
uses: codecov/codecov-action@v5
4040
with:
4141
fail_ci_if_error: true
4242
token: ${{ secrets.CODECOV_TOKEN }}
43-
version: "v0.1.15"

0 commit comments

Comments
 (0)