Skip to content

Commit

Permalink
update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
baughj committed Apr 7, 2024
1 parent 6a266d0 commit 459975f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hybrasyl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
REDIS_HOST: localhost
REDIS_PORT: 6379
- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit 459975f

Please sign in to comment.