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

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

Build:
Build:
LAST BUILD BRANCH: coverage-badge
DEFAULT BRANCH: master
Ran 22 Oct 2018 10:29PM UTC
Files 328
Run time 30s
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:25PM UTC coverage: 36.469%. First build
1003.1

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

7223 of 19806 relevant lines covered (36.47%)

0.4 hits per line

Source Files on job 1003.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 818
  • Travis Job 1003.1
  • 076c80c7 on github
  • Next Job for on add_makefile (#1025.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