Skip to content

Commit

Permalink
dev: fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
spali committed Apr 17, 2024
1 parent 62b4bff commit 1cf03c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
run: go test -race -coverprofile coverage.out -covermode atomic -v ./...
- name: Upload Coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./coverage.out
verbose: true
fail_ci_if_error: true

0 comments on commit 1cf03c5

Please sign in to comment.