This repository was archived by the owner on Aug 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
+ sudo : false
2
3
install :
3
4
- go get golang.org/x/crypto/ssh
4
5
- go get -v -tags 'fixtures acceptance' ./...
5
6
go :
6
7
- 1.4
7
8
- 1.5
8
9
- tip
9
- script : script/cibuild
10
- after_success :
11
- - go get golang.org/x/tools/cmd/cover
10
+ env :
11
+ - COVERALLS_TOKEN=2k7PTU3xa474Hymwgdj6XjqenNfGTNkO8
12
+ before_install :
12
13
- go get github.com/axw/gocov/gocov
13
14
- go get github.com/mattn/goveralls
14
- - export PATH=$PATH:$HOME/gopath/bin/
15
- - goveralls 2k7PTU3xa474Hymwgdj6XjqenNfGTNkO8
16
- sudo : false
15
+ - go get github.com/pierrre/gotestcover
16
+ - if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
17
+ script :
18
+ - $HOME/gopath/bin/gotestcover -v -tags=fixtures -coverprofile=cover.out ./...
19
+ after_success :
20
+ - $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=cover.out
Original file line number Diff line number Diff line change 1
1
# Gophercloud: an OpenStack SDK for Go
2
- [ ![ Build Status] ( https://travis-ci.org/rackspace/gophercloud.svg?branch=master )] ( https://travis-ci.org/rackspace/gophercloud )
2
+ [ ![ Build Status] ( https://travis-ci.org/rackspace/gophercloud.svg?branch=master )] ( https://travis-ci.org/rackspace/gophercloud ) [ ![ Coverage Status ] ( https://coveralls.io/repos/rackspace/gophercloud/badge.png )] ( https://coveralls.io/r/rackspace/gophercloud )
3
3
4
4
Gophercloud is a flexible SDK that allows you to consume and work with OpenStack
5
5
clouds in a simple and idiomatic way using golang. Many services are supported,
You can’t perform that action at this time.
0 commit comments