We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0e9dd commit 5a3b03eCopy full SHA for 5a3b03e
1 file changed
.github/workflows/codecov.yml
@@ -29,3 +29,20 @@ jobs:
29
token: ${{ secrets.CODECOV_TOKEN }}
30
fail_ci_if_error: true
31
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