Make sure gocov is setup on Travis, slightly dated coverage tool, but it seems to be the easiest one to setup.

This commit is contained in:
Azareal 2018-07-30 14:12:03 +10:00
parent 57787f94fa
commit 26f8c3e50d
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ install: true
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- go get github.com/axw/gocov/gocov
- ./cc-test-reporter before-build
script: ./run-linux-tests
after_script: