Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codecov to coverall #30

Merged
merged 4 commits into from
Nov 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
language: go

go:
- 1.8
- 1.9
- 1.10.x
- 1.11.x
- tip
- master

before_install:
- go get -u github.com/golang/dep/cmd/dep
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- go get github.com/mattn/goveralls # for profiling coverage

install:
- $GOPATH/bin/dep ensure
- dep ensure

script:
- ./test.sh

after_success:
- bash <(curl -s https://codecov.io/bash)
- go test -v ./...
- goveralls -service=travis-ci

notifications:
email: false
webhooks:
urls:
- secure: "aT38x8FFixtmBI9/TQ2dRSAeEaar80qEgUmsIWFTOEjBu5QkQMy/1jw2KntNXQ3dhlMRzXNE69MQYLkDeQII2/sGzxdw/NpN2AEQox8bqOrGMWAmJ4PmDDUxqsvUkP3noD0605HY49KiLJWBsDEsQQlMKbpDyPx4YWI7PfdRNf9DG2QGR9V/rFfMrCSLDfMqgoXl1y+o6sbslWjEeuzf1iXkyt2Q9k3ai5qhVjJyAFL6uGjbkH699VPoIi2H2kyx1VCUYSm50FKCUBA/dgM5NruRCfj6VKKqKVBOJ7tevWtaif1qk1GxFz0DARBRkozJz9ehbzdGNasDvQ4rs9PkEedOhDegKbwaQN2g7xMS9f7ncf7+qiiA9mU/Haj1Fzh0YSDKcdiD1XSMDHfNZd+LRbu4cjm5AMkcH5pvONILvUm81Zq3QFFntJ1qaeR5ogI51U540HlxxhGOtMKziE0PMyaOm59l6v/TxJS+bdByxooS6ooQ7s+r1FVBoNFbvTI5PTgRN2IZ8/CVPsahVokmi8mxBQejk9GdKBmaU1cDrLLUDBq00uT7ggEkNEQC0zUBxaYfAzJcE2G/y9X8Uis0f+VwJmsaUJh052suFSdQg1QANhuCS9cMfXdji6ajNhUC6AqeAyMtj43liKtGRmWvRWLbqXiNVpQP7ElQXuEIj+w="
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# go-zendesk

[![Build Status](https://travis-ci.org/nukosuke/go-zendesk.svg?branch=master)](https://travis-ci.org/nukosuke/go-zendesk)
[![codecov](https://codecov.io/gh/zenform/go-zendesk/branch/master/graph/badge.svg)](https://codecov.io/gh/zenform/go-zendesk)
[![Hound](https://camo.githubusercontent.com/23ee7a697b291798079e258bbc25434c4fac4f8b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50726f7465637465645f62792d486f756e642d6138373364312e737667)](https://houndci.com)
[![Coverage Status](https://coveralls.io/repos/github/nukosuke/go-zendesk/badge.svg?branch=master)](https://coveralls.io/github/nukosuke/go-zendesk?branch=master)
[![GoDoc](https://godoc.org/github.com/zenform/go-zendesk?status.svg)](https://godoc.org/github.com/zenform/go-zendesk)

Zendesk API client library
12 changes: 0 additions & 12 deletions test.sh

This file was deleted.