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

AutomatedTester / Bugsy / 157 / 1
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 22 Mar 2016 09:33PM UTC
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

22 Mar 2016 09:27PM UTC coverage: 94.984% (-0.5%) from 95.498%
157.1

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

Source Files on job 157.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 157
  • Travis Job 157.1
  • 604d1fbe on github
  • Prev Job for on master (#156.1)
  • Next Job for on master (#158.1)
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