mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
Merge pull request #6 from git-chglog/chore/coverage
Coverage measurement
This commit is contained in:
commit
f8bac52c49
2 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ notifications:
|
|||
go:
|
||||
- 1.9
|
||||
before_install:
|
||||
- go get github.com/mattn/goveralls
|
||||
- go get github.com/mitchellh/gox
|
||||
- go get github.com/tcnksm/ghr
|
||||
before_script:
|
||||
|
|
@ -13,6 +14,7 @@ before_script:
|
|||
- timedatectl
|
||||
script:
|
||||
- make test
|
||||
- goveralls -service=travis-ci
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
[](https://godoc.org/github.com/git-chglog/git-chglog)
|
||||
[](https://travis-ci.org/git-chglog/git-chglog)
|
||||
[](https://coveralls.io/github/git-chglog/git-chglog?branch=master)
|
||||
[](https://github.com/git-chglog/git-chglog/blob/master/LICENSE)
|
||||
|
||||
> CHANGELOG generator implemented in Go (Golang).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue