Skip to content

Commit

Permalink
Update code coverage upload
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Borovcanin <[email protected]>
  • Loading branch information
dborovcanin committed Nov 26, 2024
1 parent 347d9fb commit 5555dce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ jobs:
args: --config .golangci.yml

- name: Test
run: |
go test -v -race -tags test -coverprofile=profile.out -covermode=atomic ./...
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...

- name: Upload coverage
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./profile.out
name: codecov

0 comments on commit 5555dce

Please sign in to comment.