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

luci / luci-go / 639 / 1
62%
master: 62%

Build:
DEFAULT BRANCH: master
Ran 15 Apr 2016 03:17AM UTC
Files 450
Run time 12s
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

15 Apr 2016 02:47AM UTC coverage: 69.035% (-0.4%) from 69.423%
639.1

push

travis-ci

Commit bot
tsmon: Stop linking "goconvey" and "testing" into real production executables.

Attempting to use tsmon library in an executable that uses "flag.Parse()"
reveals that "goconvey" and "testing" register all their flags there, suggesting
that some testing init() code executes somewhere and register all these flags:

$ ./luci_machine_tokend
-pkey-pem is required
Usage of ./luci_machine_tokend:
  ...
  -convey-json
      When true, emits results in JSON blocks. Default: 'false'
  -convey-silent
      When true, all output from GoConvey is suppressed.
  ....
  -test.bench string
      regular expression to select benchmarks to run
  -test.benchmem
      print memory allocations for benchmarks
  ...

Move store/testing.go into its own package, and do a bit of duck typing to avoid
module import cycle (storetest package tests interface that quack similarly
enough to store.Store).

Remove ModifyMulti since it wasn't used and it references real Modification
struct that's non-importable from storetest. If it is ever needed, Modification
should be moved to its own small package, importable from both tsmon/store and
tsmon/store/storetest.

R=dsansome@chromium.org, nodir@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1889693004

24910 of 36083 relevant lines covered (69.04%)

2123.0 hits per line

Source Files on job 639.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 639
  • Travis Job 639.1
  • 4ea44490 on github
  • Prev Job for on master (#638.1)
  • Next Job for on master (#640.1)
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