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

emccode / rexray / 160
45%

Build:
DEFAULT BRANCH: master
Ran 29 Sep 2015 05:45PM UTC
Jobs 1
Files 7
Run time 1s
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
160

Pull #99

travis-ci

akutz
New Makefile targets: clean, clean-all, re(build|install|test)

This patch adds the following, new Makefile targets:

clean:
  The clean target executes `go clean -i`, removing any packages or
  binaries created by a `go install`.

  This target also removes the vendor, .bin, .deploy, .rpmbuild
  directories as well as any filtered bintray files.

clean-all:
  The clean-all target executes `go clean -i -r`, removing any packages
  or binaries created by a `go install` as well as any packages or
  binaries created from anything on which the project transitively
  depends.

  This target also removes the vendor, .bin, .deploy, .rpmbuild
  directories as well as any filtered bintray files.

re(build|install|test):
  These targets merely call clean before invoking build, install, or
  test respectively.
Pull Request #99: New Makefile targets: clean, clean-all, re(build|install|test)

269 of 2869 relevant lines covered (9.38%)

0.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 160.1 29 Sep 2015 05:45PM UTC 0
9.38
Travis Job 160.1
Source Files on build 160
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #160
  • Pull Request #99
  • PR Base - master (#158)
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