Skip to content

Commit

Permalink
add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
nothinux committed Apr 17, 2022
1 parent 308a94a commit 07e775c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
uses: actions/checkout@v2

- name: Test
run: go test -v -count=1 ./...
run: go test -v -count=1 ./... -race -covermode=atomic -coverprofile=coverage.out

- name: upload coverage to codecov
uses: codecov/codecov-action@v2

0 comments on commit 07e775c

Please sign in to comment.