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

Kitware / romanesco / 512
86%
master: 89%

Build:
Build:
LAST BUILD BRANCH: upgrade-common-deps
DEFAULT BRANCH: master
Ran 14 Aug 2015 07:02PM UTC
Jobs 1
Files 20
Run time 1s
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

pending completion
512

push

travis-ci

danlamanna
Integrate NetworkX into core portions of codebase

Re #111

This introduces the use of validators and converters as a NetworkX
DiGraph instead of a nested dictionary.

Type/Formats are represented as a 2 element tuple such as ('string',
'text')

The nodes of the DiGraph contain the analysis needed to validate an
input of it's own format. The edges contain the analysis needed to
convert an input going from its source validator to its target
validator.

This doesn't break any backwards compatibility (to my
knowledge). Plugins can continue to call import_converters on certain
paths and they will just be added to the DiGraph. Conversion paths are
computed at the moment they need to be used.

This removes the notion of a 3-hop cutoff. This is something that will
be noted in the future by introducing an "explain"-like operation which
will show the path different analyses will have to take.

824 of 999 relevant lines covered (82.48%)

0.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 512.1 (PYTHONPATH=~/vtk-precise64/lib/python2.7/site-packages:~/vtk-precise64/lib LD_LIBRARY_PATH=~/vtk-precise64/lib:~/local/lib:~/local/lib/R/lib) 14 Aug 2015 07:02PM UTC 0
82.48
Travis Job 512.1
Source Files on build 512
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #512
  • c90af080 on github
  • Next Build on networkx-integration (#519)
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