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

uncrustify / uncrustify / 2
87%

Build:
DEFAULT BRANCH: master
Ran 19 Nov 2019 06:47PM UTC
Jobs 1
Files 79
Run time 13s
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
2

push

travis-ci-com

jmesmon
Make indent treat returned compound literals like c++ init lists

Previously, we'd apply an indent from both the `return` and the brace
when returning a compound literal.

Instead, treat them like c++ initializers lists.

Before:

	struct f z(void) {
		return (struct f){
				.z = 1,
		};
	}

After:

	struct f z(void) {
		return (struct f){
			.z = 1,
		};
	}

18495 of 20557 relevant lines covered (89.97%)

230639.92 hits per line

Jobs
ID Job ID Ran Files Coverage
9 2.9 (BUILD_TYPE=coverage COVERALLS_TOKEN="Dy94SOU3ajc1VbIy1wnWaNaeIUzfgdtEg") 19 Nov 2019 06:47PM UTC 0
89.97
Travis Job 2.9
Source Files on build 2
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #2
  • 1bf38a9e on github
  • Prev Build on master (#3454)
  • Next Build on master (#3)
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