Skip to content

Commit

Permalink
Send coverage info to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Oct 19, 2019
1 parent 70f6626 commit b2cd608
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ before_install:
- ./shellcheck-latest/shellcheck --version
- ./hadolint --version
- make deps deps-test
- go get -v github.com/mattn/goveralls
- npm install -g codeclimate-test-reporter

script:
- make all
- go test -covermode=count ./parser ./recipe -coverprofile=coverage.out
- goveralls -service travis-ci -repotoken $COVERALLS_TOKEN -coverprofile coverage.out
- codeclimate-test-reporter < coverage.out
- bash -c 'shopt -s globstar; ./shellcheck-latest/shellcheck bibop-docker'
- bash -c 'shopt -s globstar; ./shellcheck-latest/shellcheck bibop-entrypoint'
Expand Down

0 comments on commit b2cd608

Please sign in to comment.