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

bradleyfalzon / gopherci / 294
59%
master: 61%

Build:
Build:
LAST BUILD BRANCH: review-no-approve
DEFAULT BRANCH: master
Ran 03 Aug 2017 12:34AM UTC
Jobs 1
Files 18
Run time 2s
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
294

push

travis-ci

bradleyfalzon
.travis.yml to use go1.9rc1 to workaround gocoveralls bug

We're going to force Travis CI to use go1.9rc1 (ideally just
need Go 1.9+), because goveralls is failing because go list ./...
is failing because one vendored package uses github.com/Sirupsen/logrus
and another uses github.com/sirupsen/logrus.

can't load package: package github.com/bradleyfalzon/gopherci/vendor/github.com/docker/docker/pkg/term/windows: case-insensitive import collision: "github.com/bradleyfalzon/gopherci/vendor/github.co
m/Sirupsen/logrus" and "github.com/bradleyfalzon/gopherci/vendor/github.com/sirupsen/logrus"

Goveralls does this to get the list of packages to test, but as we
only test non-vendored packages, we can safely ignore them.

In Go 1.9+, go list (along with other tools) will ignore vendor
directories, thus working around this issue until dependencies
can consistently import logrus.

I'm not convinced this is the best solution at all, but it's
resolving the issue and I can move forward.

918 of 1546 relevant lines covered (59.38%)

2.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 294.1 (GOOGLE_APPLICATION_CREDENTIALS=/tmp/gcloud-GopherCI-dev.json) 03 Aug 2017 12:34AM UTC 0
59.38
Travis Job 294.1
Source Files on build 294
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #294
  • fd3c56b4 on github
  • Prev Build on godep (#291)
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

© 2025 Coveralls, Inc