Skip to content

Commit

Permalink
fix(ci): Codecov (#458)
Browse files Browse the repository at this point in the history
Updating codecov
  • Loading branch information
fclairamb committed May 29, 2024
1 parent 5395388 commit 72db864
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@ jobs:
- name: Test
run: |
go test -parallel 20 -v -race -coverprofile=coverage.txt -covermode=atomic ./...
bash <(curl -s https://codecov.io/bash)
- name: Codecov
uses: codecov/[email protected]
with:
fail_ci_if_error: true # optional (default = false)
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# For github to have a unique status check name
build-status:
Expand Down

0 comments on commit 72db864

Please sign in to comment.