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

TykTechnologies / tyk / 2786

Build:
DEFAULT BRANCH: master
Ran 23 Aug 2017 01:10PM UTC
Jobs 1
Files 84
Run time 8s
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

pending completion
2786

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

Jobs
ID Job ID Ran Files Coverage
2 2786.2 (LATEST_GO=true) 23 Aug 2017 01:10PM UTC 0
43.86
Travis Job 2786.2
Source Files on build 2786
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2786
  • 3a4fcefd on github
  • Prev Build on master (#2785)
  • Next Build on master (#2794)
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