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

collectiveidea / delayed_job / 549 / 40
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 16 May 2016 04:24PM UTC
Files 17
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

16 May 2016 04:11PM UTC coverage: 90.566% (+0.07%) from 90.494%
2.1, RAILS_VERSION="~> 3.1.0"

push

travis-ci

albus522
Simplify queue_attributes

This changes the queue attributes syntax from
```
[
  { name: :high_priority, priority: -10 },
  { name: :low_priority, priority: 10 }
]
```
to
```
{
  high_priority: { priority: -10 },
  low_priority: { priority: 10 }
}
```

960 of 1060 relevant lines covered (90.57%)

21.32 hits per line

Source Files on job 549.40 (2.1, RAILS_VERSION="~> 3.1.0")
  • Tree
  • List 0
  • Changed 9
  • Source Changed 3
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 549
  • Travis Job 549.40
  • 2026cd46 on github
  • Prev Job for 2.1, RAILS_VERSION="~> 3.1.0" on master (#548.40)
  • Next Job for 2.1, RAILS_VERSION="~> 3.1.0" on master (#550.40)
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