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

voxpupuli / pypuppetdb / 85 / 1
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 29 Jan 2014 09:41AM UTC
Files 8
Run time –
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

29 Jan 2014 09:40AM UTC coverage: 69.397% (+1.1%) from 68.271%
85.1

Pull #26

travis-ci

juliushaertl
Add Relationship to Resource

This commit allows to filter a Catalog for a specific Resource by
type and title and returns a Resource containing all linked Resources.

Here is a quick example:

    >>> catalog = db.catalog('hostname')
    >>> resource = catalog.get_resource('Service','ntp')
    >>> for rel in resource.relationships:
    >>>     print(rel)
    Class[Ntp] - contains - Service[ntp]
    File[/etc/ntp.conf] - notifies - Service[ntp]
    File[/etc/ntp.conf] - required-by - Service[ntp]
Pull Request #26: Add relationship to resource and filter method for catalogs

322 of 464 relevant lines covered (69.4%)

0.69 hits per line

Source Files on job 85.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 85
  • Travis Job 85.1
  • 30f78d43 on github
  • Prev Job for on master (#84.3)
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