Skip to content

Commit 82dd8ef

Browse files
committed
enable codecov summary
1 parent 8c83f67 commit 82dd8ef

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

33
script:
4-
- go test -args -alhoc
4+
- go test -covermode count -coverprofile coverage.txt -args -alhoc
5+
after_success:
6+
# See https://github.com/codecov/example-go
7+
- bash <(curl -s https://codecov.io/bash)
58

69
go:
710
- 1.6

0 commit comments

Comments
 (0)