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

cilium / cilium / 9743
39%

Build:
DEFAULT BRANCH: master
Ran 05 Aug 2019 09:05PM UTC
Jobs 1
Files 436
Run time 49s
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 Aug 2019 08:45PM UTC coverage: 44.112% (-0.02%) from 44.129%
9743

push

travis-ci-com

ianvernon
Makefile: add way to skip starting kvstores, running govet

Some packages are not dependent upon the kvstores being running for
unit-testing, so provide the option for end-users to skip starting and stopping
the kvstores. The default is to still start / stop the kvstores. Disabling can
be done by setting `SKIP_KVSTORES="true"` when running the unit tests.

Running `govet` can take a long time, and developers might want to just quickly
run the unit tests if they saw desire via `make`. So, provide an option to skip
running `govet` as well. This can be done by setting `SKIP_VET="true"` when
running the unit tests.

Example:
```
SKIP_KVSTORES="true" SKIP_VET="true" TESTPKGS="pkg/eventqueue" make unit-tests
```

Fixes: #8750

Signed-off by: Ian Vernon <ian@cilium.io>

25291 of 57334 relevant lines covered (44.11%)

1180.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9743.1 05 Aug 2019 09:05PM UTC 0
44.11
Travis Job 9743.1
Source Files on build 9743
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #9743
  • 9140540e on github
  • Prev Build on master (#9740)
  • Next Build on master (#9745)
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