Skip to content

Commit

Permalink
Add Coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Jan 15, 2017
1 parent c9c9a1e commit 1f80374
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ go:
- 1.7.x
- 1.8beta2

before_install:
- go get github.com/mattn/goveralls

script:
- bash --version
- go test ./...
- go test -short -race ./...
- shfmt -version
- goveralls -service=travis-ci
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![GoDoc](https://godoc.org/github.com/mvdan/sh?status.svg)](https://godoc.org/github.com/mvdan/sh)
[![Build Status](https://travis-ci.org/mvdan/sh.svg?branch=master)](https://travis-ci.org/mvdan/sh)
[![Coverage Status](https://coveralls.io/repos/github/mvdan/sh/badge.svg?branch=master)](https://coveralls.io/github/mvdan/sh)

A shell parser and formatter. Supports [POSIX Shell] and [Bash].

Expand Down

0 comments on commit 1f80374

Please sign in to comment.