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

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

Build:
DEFAULT BRANCH: master
Ran 30 Dec 2018 10:00PM UTC
Files 78
Run time 4s
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

30 Dec 2018 09:44PM UTC coverage: 69.529% (-0.02%) from 69.546%
918.2

push

travis-ci

mewmew
ir: add MDAttachments method to provide access to metadata

Users may define an interface to gain access without
having to do type assertion to the concrete underlying
types.

	type valueWithMetadata interface {
		MDAttachments() []*metadata.Attachment
	}

	if i, ok := inst.(valueWithMetadata); ok {
		mds := i.MDAttachments()
		// use mds.
	}

In the future, perhaps we may want to change the Instruction
and Terminator interfaces to include the MDAttachments method.
This way, users could directly gain access to metadata without
the need of type assertions.

8219 of 11821 relevant lines covered (69.53%)

36577.55 hits per line

Source Files on job 918.2
  • Tree
  • List 0
  • Changed 12
  • Source Changed 11
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 886
  • Travis Job 918.2
  • 19462e05 on github
  • Prev Job for on master (#916.1)
  • Next Job for on master (#919.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