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

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

Build:
Build:
LAST BUILD BRANCH: coverage-badge
DEFAULT BRANCH: master
Ran 22 Oct 2018 10:30PM UTC
Files 328
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

22 Oct 2018 10:26PM UTC coverage: 36.469%. Remained the same
1004.1

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

7223 of 19806 relevant lines covered (36.47%)

0.4 hits per line

Source Files on job 1004.1
  • Tree
  • List 0
  • Changed 49
  • Source Changed 0
  • Coverage Changed 49
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 819
  • Travis Job 1004.1
  • f8953f09 on github
  • Prev Job for on add_makefile (#983.1)
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