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

llir / llvm / 1215
63%

Build:
DEFAULT BRANCH: master
Ran 15 Apr 2020 11:55AM UTC
Jobs 2
Files 83
Run time 2min
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
1215

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
	}

3 of 3 new or added lines in 1 file covered. (100.0%)

8491 of 13639 relevant lines covered (62.26%)

204.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1215.1 (COVERALLS_TOKEN=[secure]) 15 Apr 2020 11:55AM UTC 0
62.26
Travis Job 1215.1
2 1215.2 (COVERALLS_TOKEN=[secure]) 15 Apr 2020 11:57AM UTC 0
62.31
Travis Job 1215.2
Source Files on build 1215
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1215
  • 613e71f8 on github
  • Prev Build on master (#1214)
  • Next Build on master (#1216)
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