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 055b320 commit c512c6bCopy full SHA for c512c6b
.github/workflows/codecov.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
pytest --cov=./slack_bolt/ --cov-report=xml
38
- name: Upload coverage to Codecov
39
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
40
with:
41
fail_ci_if_error: true
42
verbose: true
0 commit comments