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

gap-system / gap / 9327 / 4
4%
master: 4%

Build:
DEFAULT BRANCH: master
Ran 21 Feb 2019 02:12PM UTC
Files 542
Run time 1min
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

21 Feb 2019 01:52PM UTC coverage: 73.311%. Remained the same
TEST_SUITES="testpackages testinstall-loadall" ABI=64 CFLAGS=-O2 CXXFLAGS=-O2 LDFLAGS=

push

travis-ci

fingolfin
kernel: move CopyBits and some related code to new header bits_intern.h

Partial motivation: we should not be using ALWAYS_INLINE in header files, as
that makes it harder to install these headers properly as part of `make
install`, because the definition of ALWAYS_INLINE depends on the compiler, and
for code linking against GAP, this might be different than what it was for the
compiler used to compile GAP itself.

But in this case, we can't quite avoid it, as we want to share this code
between multiple C files. So as a compromise, we move the code into a new
"internal" header. The plan then is to eventually stop including "config.h"
from any header files. Then change `bits_intern.h` (and possibly other
"internal" headers) to verify "config.h" was included before them. Then
finally, include config.h from all (?) .c and .cc files, as the last header
(well, except for `bits_intern.h`, which would come after `config.h`)

194889 of 265839 relevant lines covered (73.31%)

2.1 hits per line

Source Files on job 9327.4 (TEST_SUITES="testpackages testinstall-loadall" ABI=64 CFLAGS=-O2 CXXFLAGS=-O2 LDFLAGS=)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1660
  • Travis Job 9327.4
  • c6e90185 on github
  • Prev Job for TEST_SUITES="testpackages testinstall-loadall" ABI=64 CFLAGS=-O2 CXXFLAGS=-O2 LDFLAGS= on master (#9324.4)
  • Next Job for TEST_SUITES="testpackages testinstall-loadall" ABI=64 CFLAGS=-O2 CXXFLAGS=-O2 LDFLAGS= on master (#9328.4)
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