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

bradleyfalzon / gopherci
59%
master: 61%

Build:
Build:
LAST BUILD BRANCH: review-no-approve
DEFAULT BRANCH: master
Repo Added 22 Oct 2016 12:03PM UTC
Files 0
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

LAST BUILD ON BRANCH godep
branch: godep
CHANGE BRANCH
x
Reset
  • godep
  • analyser-composition
  • build-summary
  • builddb
  • clone-path
  • commit-comment
  • debug
  • disable-private
  • docker
  • docs-errors
  • dominikh
  • dual-comments
  • error-handling
  • failed-diff
  • first-commit
  • fix-goveralls
  • fix-hardcoded
  • gcppubsub
  • gopherci-env
  • gopherci.yml
  • graceful
  • ignore-gen
  • integration-test
  • logger
  • master
  • maxcommments
  • memlimit
  • msgs
  • pr-reviews
  • pr-reviews-default
  • preflight
  • pubsub-breaking
  • pubsub-timeout
  • push
  • refactor-analyser
  • reference-failures
  • refreader
  • remove-accountid
  • reporter
  • requeue
  • review-no-approve
  • senderid
  • show-env
  • syncronize
  • test
  • various
  • wbsecret
  • webui

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

Relevant lines Covered
Build:
Build:
1546 RELEVANT LINES 918 COVERED LINES
2.39 HITS PER LINE
Source Files on godep
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
294 godep .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/Sirup... push 03 Aug 2017 12:34AM UTC bradleyfalzon travis-ci pending completion  
291 godep .travis.yml to use master to workaround gocoveralls bug We're going to force Travis CI to use master (ideally just need Go 1.9+), because goveralls is failing because go list ./... is failing because one vendored package uses github.com/Sirupsen/... push 28 Jul 2017 01:23AM UTC bradleyfalzon travis-ci pending completion  
290 godep .travis.yml to use master to workaround gocoveralls bug push 28 Jul 2017 12:42AM UTC bradleyfalzon travis-ci pending completion  
See All Builds (294)
  • Repo on GitHub
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