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

letsencrypt / boulder / 9802
66%

Build:
DEFAULT BRANCH: master
Ran 05 Nov 2018 04:05PM UTC
Jobs 2
Files 87
Run time 4min
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

05 Nov 2018 03:40PM UTC coverage: 62.739% (+0.06%) from 62.683%
9802

push

travis-ci

cpu
Add contexts to SA (#3919)

In all cases where we were using `dbMap`, use `dbMap.WithContext()`.

Because of the way Gorp implements contexts, we can't add a context when
opening a transaction, committing it, or rolling it back, but we can add a context
when doing operations within a transaction, using `tx.WithContext()`.

Some functions in SA expected an argument of `gorp.DbMap` or `gorp.Transaction`.
Since Gorp's `WithContext()` functions return a `gorp.SqlExecutor`, those functions
had to be updated. This PR introduces a few local interfaces that define a
subset of methods required from `gorp.SqlExecutor`, which allows more narrowly
defining inputs to functions.

10431 of 16626 relevant lines covered (62.74%)

1.4 hits per line

Jobs
ID Job ID Ran Files Coverage
11 9802.11 (RUN="coverage" CONTAINER="netaccess") 05 Nov 2018 04:05PM UTC 0
62.74
Travis Job 9802.11
12 9802.12 (RUN="coverage" CONTAINER="netaccess") 05 Nov 2018 04:06PM UTC 0
62.74
Travis Job 9802.12
Source Files on build 9802
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9802
  • 8167d877 on github
  • Prev Build on master (#9801)
  • Next Build on master (#9806)
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