We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d63d8e2 + 4974669 commit 48e636dCopy full SHA for 48e636d
.github/workflows/ci-tests-drafts.yaml
@@ -30,8 +30,7 @@ jobs:
30
run: |
31
pytest --cov=causal_testing --cov-report=xml
32
- name: "Upload coverage to Codecov"
33
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v5
34
with:
35
fail_ci_if_error: true
36
token: ${{ secrets.CODECOV_TOKEN }}
37
- version: "v0.1.15"
.github/workflows/ci-tests.yaml
@@ -36,8 +36,7 @@ jobs:
38
39
40
41
42
43
0 commit comments