Skip to content

Commit

Permalink
fix ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
aligator committed Aug 23, 2020
1 parent 10bcdb0 commit 46018b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
key: repository-cache-v1-{{ .Branch }}-{{ .Revision }}
paths:
- ".git"
- run: gotestsum --junitfile unit-tests.xml -- -coverprofile=c.out
- run: gotestsum --junitfile unit-tests.xml -- -coverprofile=c.out ./...
- run: go tool cover -html=c.out -o coverage.html
- run: mkdir /tmp/test-results
- run: mv unit-tests.xml /tmp/test-results/unit-tests.xml
Expand Down

0 comments on commit 46018b8

Please sign in to comment.