Skip to content

Commit acadc88

Browse files
committed
add more version fo golang test
1 parent 0948fe8 commit acadc88

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
@@ -13,7 +13,7 @@ install:
1313
- go get -t -v ./...
1414

1515
script:
16-
- go test -cover -coverprofile=coverage.txt -covermode=atomic -v *.go
16+
- go test -cover -coverprofile=coverage.txt -covermode=atomic -v ./...
1717

1818
after_success:
1919
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)