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

letsencrypt / boulder / 10650
66%

Build:
DEFAULT BRANCH: master
Ran 23 May 2019 09:24PM UTC
Jobs 1
Files 94
Run time 7s
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

23 May 2019 09:14PM UTC coverage: 61.052%. Remained the same
10650

push

travis-ci

rolandshoemaker
Switch to modules (#4211)

Because the package versions in go.mod match what we use in Godeps.json,
there are no substantive code diffs. However, there are some tiny
differences resulting from how go mod vendors things differently than
godep:

go mod does not preserve executable permissions on shell scripts
Some packages have import lines like:
package ocsp // import "golang.org/x/crypto/ocsp"

godep used to remove the comment from these lines, but go mod vendor does not.

This introduces several indirect dependencies that we didn't have
before. This is because godep used to operate at a package level, but
go mod operates at a module (~= repository) level. So if we used a
given repository, but didn't use all of its packages, we wouldn't
previously care about the transitive dependencies of the packages we
weren't using. However, in the go mod world, once we care about the
repository, we care about all of that repository's transitive
dependencies. AFAICT this doesn't affect vendoring.

Fixes #4116

11208 of 18358 relevant lines covered (61.05%)

0.68 hits per line

Jobs
ID Job ID Ran Files Coverage
6 10650.6 (RUN="coverage" CONTAINER="netaccess") 23 May 2019 09:24PM UTC 0
61.05
Travis Job 10650.6
Source Files on build 10650
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10650
  • 1014a816 on github
  • Prev Build on master (#10649)
  • Next Build on master (#10652)
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