Skip to content

Commit 1e77ce1

Browse files
committed
Support codecov test coverage.
1 parent 9047663 commit 1e77ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212
- go get -t ./...
1313

1414
script:
15-
- go test -v ./...
15+
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
1616
- go tool vet .
1717

1818
after_success:

0 commit comments

Comments
 (0)