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

gonum / gonum / 5526 / 11
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 01 Jul 2020 10:51PM UTC
Files 468
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

01 Jul 2020 10:17PM UTC coverage: 76.771% (+0.04%) from 76.727%
TAGS="-tags appengine"

push

travis-ci

kortschak
graph: make graph analysis routines safe for indeterminate iterators

This is a change in design for the graph.NodesOf family of functions. The
alternative was to provide an equivalent set of non-panicking routines in
graph for internal use. The protection that was intended with the panic
was to panic early rather than late when an indeterminate iterator exhausts
slice index space. I think in hindsight this was an error and we should
let things blow up in that (likely rare) situation.

The majority of changes are in test code. Outside the iterator package, which
is intimately tied to the determined iterator implementations, only one test
now fails if an indeterminate iterator is used, product's Modular extended
sub-graph isomorphism example, which is an algorithm that would have time
complexity issues with large iterators anyway.

56098 of 73072 relevant lines covered (76.77%)

0.89 hits per line

Source Files on job 5526.11 (TAGS="-tags appengine")
  • Tree
  • List 0
  • Changed 25
  • Source Changed 24
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2892
  • Travis Job 5526.11
  • 142f1a8c on github
  • Prev Job for TAGS="-tags appengine" on master (#5522.4)
  • Next Job for TAGS="-tags appengine" on master (#5530.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