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

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

Build:
DEFAULT BRANCH: master
Ran 26 Mar 2019 10:54PM UTC
Files 647
Run time 41s
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.317% (+0.001%) from 77.316%
TEST_SUITES="docomp testtravis"

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.

241514 of 312368 relevant lines covered (77.32%)

7667840.27 hits per line

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