We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db7086 commit ec9eae9Copy full SHA for ec9eae9
.github/workflows/actions.yml
@@ -30,7 +30,7 @@ jobs:
30
run: python -m pytest -vv --cov=postprocessing --cov=scripts --cov-report=xml --cov-report=term
31
32
- name: Upload coverage reports to Codecov
33
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
34
if:
35
github.actor != 'dependabot[bot]'
36
env:
@@ -84,7 +84,7 @@ jobs:
84
run: docker compose -f tests/integration/docker-compose.yml down
85
86
87
88
89
90
0 commit comments