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

TykTechnologies / tyk / 2786 / 2

Build:
DEFAULT BRANCH: master
Ran 23 Aug 2017 01:10PM UTC
Files 84
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 Aug 2017 01:07PM UTC coverage: 43.864% (-0.003%) from 43.867%
LATEST_GO=true

push

travis-ci

buger
servdisc: unindent and simplify code

We can simplify:

	if x {
	} else {
		if y {
		} else {
		}
	}

Into:

	if x {
	} else if y {
	} else {
	}

To unindent the second and third blocks of code.

Also remove an unnecessary nil check around a slice range.

5944 of 13551 relevant lines covered (43.86%)

0.47 hits per line

Source Files on job 2786.2 (LATEST_GO=true)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2786
  • Travis Job 2786.2
  • 3a4fcefd on github
  • Prev Job for LATEST_GO=true on master (#2785.2)
  • Next Job for LATEST_GO=true on master (#2794.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc