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

gap-system / gap / 12290 / 12
4%
master: 4%

Build:
DEFAULT BRANCH: master
Ran 08 Oct 2020 09:59PM UTC
Files 124
Run time 16s
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

08 Oct 2020 09:14PM UTC coverage: 49.196% (-0.005%) from 49.201%
CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="testspecial test-compile testlibgap testkernel"

push

travis-ci-com

fingolfin
kernel: introduce streq() helper

`streq` is a simple wrapper around the standard C function `strcmp`, with
the advantage that code using it is often easier to understand for human
beings. For example, compare

    if (!strcmp("*errin*", filename) || !strcmp("*stdin*", filename))

to

    if (streq("*errin*", filename) || streq("*stdin*", filename))

23235 of 47229 relevant lines covered (49.2%)

9149682.26 hits per line

Source Files on job 12290.12 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="testspecial test-compile testlibgap testkernel")
  • Tree
  • List 0
  • Changed 67
  • Source Changed 13
  • Coverage Changed 65
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4087
  • Travis Job 12290.12
  • abdfc93a on github
  • Prev Job for CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="testspecial test-compile testlibgap testkernel" on master (#12286.12)
  • Next Job for CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="testspecial test-compile testlibgap testkernel" on master (#12294.12)
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