• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bio-routing / bio-rd / 1004
76%
master: 68%

Build:
Build:
LAST BUILD BRANCH: coverage-badge
DEFAULT BRANCH: master
Ran 22 Oct 2018 10:30PM UTC
Jobs 1
Files 100
Run time 23min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1004

Pull #131

travis-ci

web-flow
Added makefile for simplicity

I as an old fashioned Linux software engineer like Make very much and
found it much easier to just type `make` instead of

    bazel run //:gazelle -- update
    bazel test //...
    bazel coverage //...

everytime i wanted to build.
So i created this Makefile.

It adds the following targets:

    # execute gazelle, test and coverage
    $ make

    # executes `bazel run //:gazelle --update`
    $ make gazelle

    # executes `bazel test //...`
    $ make test

    # executes `bazel coverage //...`
    $ make coverage

    # executes `bazel build //vendor/github.com/golang/dep/cmd/dep` in
    # order to compile dep
    $ make dep

    # removes dep of dep, which breaks gazelle
    $make dep-clean

    # calls `bazel clean`
    $ make clean
Pull Request #131: Added Makefile for simplicity

4673 of 6254 relevant lines covered (74.72%)

1.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1004.1 22 Oct 2018 10:30PM UTC 0
36.47
Travis Job 1004.1
Source Files on build 1004
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1004
  • Pull Request #131
  • PR Base - master (#983)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc