Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 969c980

Browse files
committed
Send recorded coverage profiles to Codecov
1 parent 3b21878 commit 969c980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ go:
33
- 1.7
44
go_import_path: github.com/coreos/kube-aws
55
script:
6-
- make test
6+
- make test-with-cover
77
after_success:
88
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)