mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
test: Add coverage measurement using coveralls
This commit is contained in:
parent
d0bac0c1df
commit
2b81993531
1 changed files with 2 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue