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

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

Build:
DEFAULT BRANCH: master
Ran 15 Apr 2020 11:57AM 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.306% (+0.05%) from 62.255%
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 13628 relevant lines covered (62.31%)

102.37 hits per line

Source Files on job 1215.2 (COVERALLS_TOKEN=[secure])
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1096
  • Travis Job 1215.2
  • 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