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

llir / llvm / 1215 / 1
63%
master: 63%

Build:
DEFAULT BRANCH: master
Ran 15 Apr 2020 11:55AM UTC
Files 83
Run time 5s
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 2020 11:48AM UTC coverage: 62.255%. Remained the same
COVERALLS_TOKEN=[secure]

push

travis-ci

mewmew
ir: use explicit basic block names to conform with LLVM 9.0 output

Note, we still need to update the test cases.

Before this commit llir/llvm/ir would output:

	define i32 @main(i32 %argc, i8** %argv) {
	; <label>:0
		%y = add i32 %argc, 42
		ret i32 %y
	}

After this commit llir/llvm/ir will output:

	define i32 @main(i32 %argc, i8** %argv) {
	0:
		%y = add i32 %argc, 42
		ret i32 %y
	}

8491 of 13639 relevant lines covered (62.26%)

102.28 hits per line

Source Files on job 1215.1 (COVERALLS_TOKEN=[secure])
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1096
  • Travis Job 1215.1
  • 613e71f8 on github
  • Prev Job for COVERALLS_TOKEN=[secure] on master (#1214.1)
  • Next Job for COVERALLS_TOKEN=[secure] on master (#1216.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