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

AutomatedTester / Bugsy / 157
98%

Build:
DEFAULT BRANCH: master
Ran 22 Mar 2016 09:33PM UTC
Jobs 1
Files 5
Run time 0s
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
157

push

travis-ci

AutomatedTester
Adds the ability to set or remove dependent/blocking bugs Fixes #32

Property to add or remove dependent bugs.

Properties are bug.depends_on and bug.blocks. Example of depends below.

To add dependent bugs
>>> bug.depends_on = 145678

or
>>> bug.depends_on = [145678, 999999]

If you want to remove a depends on from the list, the last
character of the keyword  needs to be a `-`. For Example:

>>> bug.depends_on = "123456-"

You can mix adding and removing
>>> bug.depends_on =  ["99999", "123456-"]

303 of 319 relevant lines covered (94.98%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 157.1 22 Mar 2016 09:33PM UTC 0
94.98
Travis Job 157.1
Source Files on build 157
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #157
  • 604d1fbe on github
  • Prev Build on master (#156)
  • Next Build on master (#158)
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