Skip to content

Commit

Permalink
add codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Oct 8, 2024
1 parent 310199f commit 2672d58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
- uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
Expand Down

0 comments on commit 2672d58

Please sign in to comment.