From d26df3403f21a2d3862fd4e4ca689a51759dc689 Mon Sep 17 00:00:00 2001 From: Fil Maj Date: Mon, 13 May 2024 16:57:32 +0000 Subject: [PATCH] Give health score a shot (#85) * Give health score a shot * update slack-health-score GH action to latest version. --- .github/workflows/deno-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/deno-ci.yml b/.github/workflows/deno-ci.yml index 780473f..c0d2fd4 100644 --- a/.github/workflows/deno-ci.yml +++ b/.github/workflows/deno-ci.yml @@ -38,3 +38,11 @@ jobs: with: file: ./lcov.info token: ${{ secrets.CODECOV_TOKEN }} + + - name: Report health score + uses: slackapi/slack-health-score@v0.0.2 + with: + codecov_token: ${{ secrets.FILS_CODECOV_API_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} + extension: ts + include: src