Skip to content

Commit

Permalink
Removed codecov and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ijxy committed Nov 16, 2018
1 parent bcba1f4 commit 5f18f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ go:
- tip

install:
- go get -t -v scientificgo.org/special
- go get -t -v scientificgo.org/special/...

script:
- go test scientificgo.org/special -v -race -coverprofile=coverage.txt -covermode=atomic -timeout 0
- go test scientificgo.org/special/... -v -race -coverprofile=coverage.txt -covermode=atomic -timeout 0

after_success:
- bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ title: special
[![Go Report Card](https://goreportcard.com/badge/github.com/scientificgo/special)](https://goreportcard.com/report/github.com/scientificgo/special)
[![Coverage](https://codecov.io/gh/scientificgo/special/branch/master/graph/badge.svg)](https://codecov.io/gh/scientificgo/special)
[![Build Status](https://travis-ci.org/scientificgo/special.svg?branch=master)](https://travis-ci.org/scientificgo/special)
[![Build status](https://ci.appveyor.com/api/projects/status/52itav5o4njri99y?svg=true)](https://ci.appveyor.com/project/jdparkinson93/special)
[![Maintainability](https://api.codeclimate.com/v1/badges/4229a260d3fa1d3b9269/maintainability)](https://codeclimate.com/github/scientificgo/special/maintainability)

# special

Expand Down

0 comments on commit 5f18f05

Please sign in to comment.