Skip to content

Commit

Permalink
#12: Add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
vdjagilev committed Jul 11, 2021
1 parent 4394347 commit 81aa91d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:

- name: Run unit tests
run: go test -v ./...

- name: Coverage
run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload Coverage
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 81aa91d

Please # to comment.