Skip to content

Commit 7da69f5

Browse files
committed
[ci] add codecov
1 parent b5411ef commit 7da69f5

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,4 +1,7 @@
11
language: go
22

33
script:
4-
- go test -v ./...
4+
- go test -v -coverprofile=coverage.txt -covermode=atomic ./...
5+
6+
after_success:
7+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)