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

jdm64 / saphyr / 271 / 3
96%
master: 95%

Build:
Build:
LAST BUILD BRANCH: codacy-badge
DEFAULT BRANCH: master
Ran 12 Feb 2019 07:29AM UTC
Files 42
Run time 8s
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

12 Feb 2019 07:23AM UTC coverage: 95.728% (+0.03%) from 95.697%
LLVM_VER="-5.0" COVERAGE=true

push

travis-ci

jdm64
support recursive struct declarations

this allows types with members of their own type

struct Node {
	int data;
	[2]@this lr;
}

this also changes opaque types to be a real llvm opaque type
and not always have an int8 member.

struct/union creation was broken into two phases. First create an
opaque type and second add the body later if it has one.

4101 of 4284 relevant lines covered (95.73%)

1707.4 hits per line

Source Files on job 271.3 (LLVM_VER="-5.0" COVERAGE=true)
  • Tree
  • List 0
  • Changed 29
  • Source Changed 6
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 231
  • Travis Job 271.3
  • 934744e4 on github
  • Prev Job for LLVM_VER="-5.0" COVERAGE=true on continuous (#269.3)
  • Next Job for LLVM_VER="-5.0" COVERAGE=true on continuous (#273.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