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

google / shaderc / 709 / 7
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 18 May 2016 02:30PM UTC
Files 41
Run time 2s
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

18 May 2016 02:03PM UTC coverage: 95.902% (-0.3%) from 96.225%
SHADERC_CODE_COVERAGE=ON

push

travis-ci

Qining
-mfmt=bin/c/num to select binary output format

Add command line option: `-mfmt=<fmt>` to select the emission format for
SPIR-V binary output. Available formats are `bin` (default): a sequence of binary
32-bitwords in host native endianness; `num` a list of comma-separated
hex numbers in text form; `c` a C-style initializer list of hex numbers.

`-mfmt=<fmt>` should only be specified when the compilation output
is SPIRV binary code. When used with disassembly mode (-S) and
preprocessing-only mode (-E), it will result in error and fail the
compilation. Note that dumping dependency info as compilation output (-M
or -MM) also implies preprocessing-only (-E) and will lead to error.
But dumpping dependency info to extra .d file (-MD or -MMD) won't cause
error as the compilation output is still SPIRV binary code.

1404 of 1464 relevant lines covered (95.9%)

1876.52 hits per line

Source Files on job 709.7 (SHADERC_CODE_COVERAGE=ON)
  • Tree
  • List 0
  • Changed 23
  • Source Changed 3
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 709
  • Travis Job 709.7
  • b3cfde4f on github
  • Prev Job for SHADERC_CODE_COVERAGE=ON on master (#689.7)
  • Next Job for SHADERC_CODE_COVERAGE=ON on master (#714.7)
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