Browse Source
Merge pull request #46 from toranger/master
reopen the coverage report
tags/v0.7.8
toranger
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.travis.yml
|
|
@ -17,8 +17,8 @@ install: |
|
|
|
- go build github.com/mattn/goveralls |
|
|
|
script: |
|
|
|
- make test |
|
|
|
# - make ci-test |
|
|
|
# - go test -coverprofile=cover.out github.com/toranger/cos-go-sdk-v5 |
|
|
|
- make ci-test |
|
|
|
- go test -coverprofile=cover.out github.com/toranger/cos-go-sdk-v5 |
|
|
|
- "${TRAVIS_HOME}/gopath/bin/goveralls -service=travis-ci -coverprofile=cover.out" |
|
|
|
matrix: |
|
|
|
allow_failures: |
|
|
|