Skip to content

Commit 29b2861

Browse files
committed
update: submit test result to codecov
1 parent 879d28e commit 29b2861

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: go
22

3-
script:
3+
before_install:
44
- make tests
55

6+
script:
7+
- go test -v -race -timeout 60m -coverprofile=coverage.txt -covermode=atomic ./...
8+
69
after_success:
710
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)