Skip to content

Commit 9b30107

Browse files
Bump codecov/codecov-action from 3 to 4 (#1039)
1 parent b5e5439 commit 9b30107

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# TODO: This CI job hangs as of April 2023
21
name: Run codecov
32

43
on:
@@ -32,7 +31,9 @@ jobs:
3231
run: |
3332
pytest --cov=./slack_bolt/ --cov-report=xml
3433
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v3
34+
uses: codecov/codecov-action@v4
3635
with:
3736
fail_ci_if_error: true
3837
verbose: true
38+
env:
39+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)