Skip to content

Commit

Permalink
Fixes coverall coverage, kubernetes-sigs#1755
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrumboe committed Aug 28, 2020
1 parent 5384cdc commit 3d0b815
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0
make lint
- name: Coverage
uses: shogo82148/actions-goveralls@v1

- name: Test
run: make test

run: go test -race -coverprofile=profile.cov ./...

- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov

0 comments on commit 3d0b815

Please sign in to comment.