Skip to content

Commit

Permalink
ci: configure test coverage reports with CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Mar 1, 2019
1 parent dc86c0f commit 190453a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
working_directory: /go/app
steps:
- checkout
- run: go test -v github.com/zegl/kube-score/...
- run: go test -race -coverprofile=coverage.txt -covermode=atomic -coverpkg github.com/zegl/kube-score/... -v github.com/zegl/kube-score/...
- run: bash <(curl -s https://codecov.io/bash)

# This step is identical to docker-hub-release, except for the push commad
docker-test:
Expand Down

0 comments on commit 190453a

Please sign in to comment.