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

gap-system / gap / 11912 / 9
4%
master: 4%

Build:
DEFAULT BRANCH: master
Ran 06 May 2020 12:37PM UTC
Files 640
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

06 May 2020 10:40AM UTC coverage: 59.76% (-0.001%) from 59.761%
CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES=testbugfix CONFIGFLAGS="--enable-memory-checking"

push

travis-ci

fingolfin
kernel: change ViewObjHandler to use GAP_TRY

This means that now if the `ViewObj` method we call raises an error that
we catch, we won't increment `STATE(NrError)` anymore. But this makes no
difference as there are just two places that call `ViewObjHandler`:

1. `READ_TEST_OR_LOOP`: calls `ClearError` at the start of each loop
   iteration and before exiting, so the change does not matter.

2. `Shell`: calls `ClearError` at the start of each loop iteration;
   and in the code path which calls `ViewObjHandler`, we do not leave
   the loop and are guaranteed to start a new loop iteration, which
   then clears `NrError`.

168930 of 282682 relevant lines covered (59.76%)

2554545.62 hits per line

Source Files on job 11912.9 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES=testbugfix CONFIGFLAGS="--enable-memory-checking")
  • Tree
  • List 0
  • Changed 74
  • Source Changed 1
  • Coverage Changed 74
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3753
  • Travis Job 11912.9
  • 783de524 on github
  • Prev Job for CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES=testbugfix CONFIGFLAGS="--enable-memory-checking" on master (#11908.9)
  • Next Job for CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES=testbugfix CONFIGFLAGS="--enable-memory-checking" on master (#11916.9)
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