Skip to content

Commit

Permalink
dev: do not fail because of codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
spali committed Apr 22, 2024
1 parent a21b884 commit 3108b23
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ 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
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3108b23

Please sign in to comment.