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

gap-system / gap / 9534 / 2
4%
master: 4%

Build:
DEFAULT BRANCH: master
Ran 26 Mar 2019 10:52PM UTC
Files 647
Run time 47s
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

26 Mar 2019 10:26PM UTC coverage: 77.277%. Remained the same
TEST_SUITES="docomp testtravis" ABI=32 CONFIGFLAGS=""

push

travis-ci

fingolfin
Make some interpreter / reader errors a bit nicer

Previously, we produced errors like this:

    gap> function() 123; end;
    Syntax error: inside a function, statement or 'end' expected
    function() 123; end;
               ^^^

This now is slightly more helpful and reads as follows.

    gap> function() 123; end;
    Syntax error: while parsing a function: statement or 'end' expected
    function() 123; end;
               ^^^

Similar adjustments are made for loops, atomic blocks and if statements.

240709 of 311490 relevant lines covered (77.28%)

3520650.95 hits per line

Source Files on job 9534.2 (TEST_SUITES="docomp testtravis" ABI=32 CONFIGFLAGS="")
  • Tree
  • List 0
  • Changed 75
  • Source Changed 1
  • Coverage Changed 75
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1800
  • Travis Job 9534.2
  • bf9bec2a on github
  • Prev Job for TEST_SUITES="docomp testtravis" ABI=32 CONFIGFLAGS="" on master (#9528.2)
  • Next Job for TEST_SUITES="docomp testtravis" ABI=32 CONFIGFLAGS="" on master (#9545.2)
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