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

gap-system / gap / 9022 / 8
4%
master: 4%

Build:
DEFAULT BRANCH: master
Ran 23 Jan 2019 12:23AM UTC
Files 624
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

22 Jan 2019 10:52PM UTC coverage: 60.809%. Remained the same
TEST_SUITES=testbugfix

push

travis-ci

fingolfin
<a href="https://github.com/gap-system/gap/commit/<a class=hub.com/gap-system/gap/commit/81e2bb3652992e03e0b7822d1a25a5b88a164e4d">81e2bb365<a href="https://github.com/gap-system/gap/commit/81e2bb3652992e03e0b7822d1a25a5b88a164e4d">&quot;&gt;Add Display method for functions

This fixes a problem where printing functions with long literals would
wrap those literals badly. As an example, before this fix, we got:

    gap&amp;gt; SizeScreen([60,100]);;
    gap&amp;gt; Display(f-&amp;gt;&lt;/a&gt;&lt;a class=&quot;double-link&quot; href=&quot;https://github.com/gap-system/gap/commit/&amp;lt;a class=&amp;quot;double-link&amp;quot; href=&amp;quot;https://git&quot;&gt;&amp;lt;a class=&lt;/a&gt;hub.com/gap-system/gap/commit/&amp;lt;a class=&amp;quot;double-link&amp;quot; href=&amp;quot;https://git&quot;&gt;&amp;lt;a class=&lt;/a&gt;hub.com/gap-system/gap/commit/&amp;lt;a class=&amp;quot;double-link&amp;quot; href=&amp;quot;https://git&quot;&gt;&amp;lt;a class=&lt;/a&gt;hub.com/gap-system/gap/commit/&lt;a class=&quot;double-link&quot; href=&quot;https://git">&lt;a class=</a>hub.com/gap-system/gap/commit/&lt;a class=&quot;double-link&quot; href=&quot;https://git">&lt;a class=</a>hub.com/gap-system/gap/commit/<a class=hub.com/gap-system/gap/commit/<a class="double-link" href="https://git"><a class=hub.com/gap-system/gap/commit/<a class="double-link" href="https://git"><a class=hub.com/gap-system/gap/commit/<a class="double-link" href="https://git"><a class=hub.com/gap-system/gap/commit/<a class="double-link" href="https://git"><a class=hub.com/gap-system/gap/commit/1234567890123456789012345678901234567890">123456789">123456789</a><a href="https://github.com/gap-system/gap/commit/81e2bb3652992e03e0b7822d1a25a5b88a164e4d">1234567890123456789012345678901234567890);
    function ( f )
        return
         12345678901234567890123456789012345678901234567890123\
    \
    456789012345678901234567890;
    end

With this fix, we get:

    gap&gt; SizeScreen([60,100]);;
    gap&gt; Display(f-&gt;12345678901234567890123456789012345678901234567890123456789012345678901234567890);
    function ( f )
        return
         12345678901234567890123456789012345678901234567890123\
    456789012345678901234567890;
    end

Fixes #3205</a>

166400 of 273644 relevant lines covered (60.81%)

3691552.05 hits per line

Source Files on job 9022.8 (TEST_SUITES=testbugfix)
  • Tree
  • List 0
  • Changed 73
  • Source Changed 1
  • Coverage Changed 73
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1424
  • Travis Job 9022.8
  • 81e2bb36 on github
  • Prev Job for TEST_SUITES=testbugfix on master (#9019.8)
  • Next Job for TEST_SUITES=testbugfix on master (#9024.8)
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