Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickw444 committed Mar 9, 2018
1 parent 6a732dd commit abe62d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
.idea
coverage.html
vendor

coverage.cov
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install:
script:
- ./bin/check_fmt.sh
- ./bin/check_mocks.sh
- goveralls -service=travis-ci
- goverage -v -coverprofile=coverage.cov ./...
- goveralls -coverprofile=coverage.cov

after_success: coveralls
3 changes: 1 addition & 2 deletions bin/install_tools.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env bash
set -eu

go get github.com/axw/gocov/gocov
go get -u gopkg.in/matm/v1/gocov-html
go get -u github.com/haya14busa/goverage
go get -u github.com/vektra/mockery/.../

0 comments on commit abe62d9

Please sign in to comment.