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.
1 parent 616a697 commit 2d7cc13Copy full SHA for 2d7cc13
.github/workflows/codecov.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
pytest --cov=./slack_cli_hooks/ --cov-report=xml
26
- name: Upload coverage to Codecov
27
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
28
with:
29
token: ${{ secrets.CODECOV_TOKEN }}
30
fail_ci_if_error: true
0 commit comments