Skip to content

Commit 5a3b03e

Browse files
author
Fil Maj
authored
Add health score reporting job (#44)
1 parent af0e9dd commit 5a3b03e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,20 @@ jobs:
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030
fail_ci_if_error: true
3131
verbose: true
32+
33+
health-score:
34+
needs: run
35+
permissions:
36+
checks: write
37+
runs-on: ubuntu-latest
38+
timeout-minutes: 5
39+
steps:
40+
- name: Setup repo
41+
uses: actions/checkout@v4
42+
- name: Report health score
43+
uses: slackapi/slack-health-score@v0
44+
with:
45+
codecov_token: ${{ secrets.FILS_CODECOV_API_TOKEN }}
46+
github_token: ${{ secrets.GITHUB_TOKEN }}
47+
extension: py
48+
include: slack_cli_hooks

0 commit comments

Comments
 (0)