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

yarpc / yarpc-go / 3490 / 4
81%
master: %

Build:
Build:
LAST BUILD BRANCH: nooptrace
DEFAULT BRANCH: master
Ran 22 Dec 2016 07:15PM UTC
Files 120
Run time 6s
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 Dec 2016 07:11PM UTC coverage: 85.761%. Remained the same
TYPE=test

push

travis-ci

abhinav
docker: Better caching and add `make docker-{build,test}` (#628)

This does a few things:

-   Adds a .dockerignore that matches .gitignore, specifically so that vendor
    is ignored.
-   Updates the Dockerfile with a few minor cleanups (1.7 -> 1.74, etc).
-   Updates the Dockerfile to do `glide install` in a cache-friendly way, and
    set WORKDIR.
-   Changes ENTRYPOINT to CMD to make it simpler to override the default
    command.
-   Adds `make docker-build` and `make docker-test`, which use Docker
    directly, but match the current name of the image outputted by docker-
    compose (because of port bindings, doing `docker-compose run go make test`
    will fail).

I like having a Dockerfile that allows me to run make test in a fresh
environment, to confirm that make test works out of the box for new
developers. With that said, it still doesn't, because vendor isn't checked in,
and glide install is not a dependency of make test, but at least the
Dockerfile somewhat documents that (and it is annoying to have glide install
run every time).

5752 of 6707 relevant lines covered (85.76%)

0.91 hits per line

Source Files on job 3490.4 (TYPE=test)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3490
  • Travis Job 3490.4
  • b6f67619 on github
  • Prev Job for TYPE=test on dev (#3461.4)
  • Next Job for TYPE=test on dev (#3491.4)
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