Skip to content
Snippets Groups Projects
Unverified Commit f4bd67ed authored by Daniel Czerwonk's avatar Daniel Czerwonk Committed by GitHub
Browse files

Merge pull request #55 from q3k/q3k/test-coverage

Fix coverage calculation
parents d9132b39 4737fd70
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,8 @@ script: ...@@ -22,7 +22,8 @@ script:
- mkdir -p $HOME/gopath/src/github.com/bio-routing/ - mkdir -p $HOME/gopath/src/github.com/bio-routing/
- ln -s $TRAVIS_BUILD_DIR $HOME/gopath/src/github.com/bio-routing/bio-rd || true - ln -s $TRAVIS_BUILD_DIR $HOME/gopath/src/github.com/bio-routing/bio-rd || true
- cp .bazelrc.travis .bazelrc - cp .bazelrc.travis .bazelrc
- bazel coverage //...
- bazel build //vendor/github.com/mattn/goveralls - bazel build //vendor/github.com/mattn/goveralls
- bazel test //...
- bazel coverage //...
- bazel-bin/vendor/github.com/mattn/goveralls/linux_amd64_stripped/goveralls -coverprofile=$(find bazel-testlogs/ -name coverage.dat | paste -sd "," -) - bazel-bin/vendor/github.com/mattn/goveralls/linux_amd64_stripped/goveralls -coverprofile=$(find bazel-testlogs/ -name coverage.dat | paste -sd "," -)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment