Merge pull request #6 from git-chglog/chore/coverage

Coverage measurement
This commit is contained in:
tsuyoshi wada 2018-02-24 02:44:27 +09:00 committed by GitHub
commit f8bac52c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@ notifications:
go: go:
- 1.9 - 1.9
before_install: before_install:
- go get github.com/mattn/goveralls
- go get github.com/mitchellh/gox - go get github.com/mitchellh/gox
- go get github.com/tcnksm/ghr - go get github.com/tcnksm/ghr
before_script: before_script:
@ -13,6 +14,7 @@ before_script:
- timedatectl - timedatectl
script: script:
- make test - make test
- goveralls -service=travis-ci
branches: branches:
only: only:
- master - master

View file

@ -4,6 +4,7 @@
[![godoc.org](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/git-chglog/git-chglog) [![godoc.org](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/git-chglog/git-chglog)
[![Travis](https://img.shields.io/travis/git-chglog/git-chglog.svg?style=flat-square)](https://travis-ci.org/git-chglog/git-chglog) [![Travis](https://img.shields.io/travis/git-chglog/git-chglog.svg?style=flat-square)](https://travis-ci.org/git-chglog/git-chglog)
[![Coverage Status](https://img.shields.io/coveralls/github/git-chglog/git-chglog.svg?style=flat-square)](https://coveralls.io/github/git-chglog/git-chglog?branch=master)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/git-chglog/git-chglog/blob/master/LICENSE) [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/git-chglog/git-chglog/blob/master/LICENSE)
> CHANGELOG generator implemented in Go (Golang). > CHANGELOG generator implemented in Go (Golang).