Skip to content
Snippets Groups Projects
Commit e72396d8 authored by Joona Hoikkala's avatar Joona Hoikkala Committed by GitHub
Browse files

Merge pull request #6 from joohoi/coverfix

goveralls fixes to get meaninful stats out of coveralls.io
parents 340b6a68 370a98d3
Branches
Tags
No related merge requests found
......@@ -11,5 +11,5 @@ before_install:
script:
- go vet
- golint -set_exit_status
- go test -race -v -tags test -covermode=atomic -coverprofile=profile.cov
- $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=travis-ci
- go test -race -v
- $HOME/gopath/bin/goveralls -ignore main.go -v -service=travis-ci
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment