Skip to content
Snippets Groups Projects
Commit 4737fd70 authored by Serge Bazanski's avatar Serge Bazanski
Browse files

Fix coverage calculation

parent d9132b39
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@ script:
- mkdir -p $HOME/gopath/src/github.com/bio-routing/
- ln -s $TRAVIS_BUILD_DIR $HOME/gopath/src/github.com/bio-routing/bio-rd || true
- cp .bazelrc.travis .bazelrc
- bazel coverage //...
- 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 "," -)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment