Skip to content

Commit

Permalink
gitlab-ci test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire committed May 19, 2019
1 parent f7d80d6 commit 099b0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ test-my-project:
- ./.circleci/check-gofmt
- ./.circleci/check-testfiles
- go test $(go list ./... | grep -v /vendor/) -v -coverprofile .testCoverage.txt
- go tool cover -func=.testCoverage.txt

test-race-my-project:
stage: test
Expand Down

0 comments on commit 099b0dd

Please sign in to comment.