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

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

Build:
Build:
LAST BUILD BRANCH: coverage-badge
DEFAULT BRANCH: master
Ran 22 Oct 2018 10:29PM UTC
Jobs 1
Files 100
Run time 33s
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
1003

push

travis-ci

cedi
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

4673 of 6254 relevant lines covered (74.72%)

1.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1003.1 22 Oct 2018 10:29PM UTC 0
36.47
Travis Job 1003.1
Source Files on build 1003
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1003
  • 076c80c7 on github
  • Next Build on add_makefile (#1025)
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