Skip to content

Commit 23d63c4

Browse files
committed
[dev] use covermode count for coverage
1 parent b939d92 commit 23d63c4

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

33
script:
4-
- go test -v -coverprofile=coverage.txt -covermode=atomic ./...
4+
- go test -v -coverprofile=coverage.txt -covermode=count ./...
55

66
after_success:
77
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)