Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yussufsh authored Jan 14, 2022
1 parent 1b6a6e4 commit feac6a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ jobs:

- name: Test
run: go test -v `go list ./... | grep -v '/power/' | grep -v examples`

- name: Coverage
run: go test `go list ./... | grep -v '/power/' | grep -v examples` -coverprofile=profile.cov && go tool cover -func profile.cov

0 comments on commit feac6a7

Please sign in to comment.