Skip to content

Commit

Permalink
Give health score a shot (#85)
Browse files Browse the repository at this point in the history
* Give health score a shot

* update slack-health-score GH action to latest version.
  • Loading branch information
Fil Maj authored May 13, 2024
1 parent 9ad0848 commit d26df34
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deno-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ jobs:
with:
file: ./lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

- name: Report health score
uses: slackapi/[email protected]
with:
codecov_token: ${{ secrets.FILS_CODECOV_API_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
extension: ts
include: src

0 comments on commit d26df34

Please sign in to comment.