We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1aa713 commit 252bf23Copy full SHA for 252bf23
2 files changed
.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@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
40
with:
41
fail_ci_if_error: true
42
report_type: coverage
.github/workflows/tests.yml
@@ -77,7 +77,7 @@ jobs:
77
pytest tests/scenario_tests_async/ --junitxml=reports/test_scenario_async.xml
78
- name: Upload test results to Codecov
79
if: ${{ !cancelled() }}
80
81
82
directory: ./reports/
83
0 commit comments