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

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

Build:
DEFAULT BRANCH: master
Ran 16 May 2016 04:27PM UTC
Files 16
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: 23.295% (+0.2%) from 23.069%
jruby-9.0.5.0, RAILS_VERSION="edge"

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 }
}
```

222 of 953 relevant lines covered (23.29%)

0.23 hits per line

Source Files on job 549.35 (jruby-9.0.5.0, RAILS_VERSION="edge")
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 549
  • Travis Job 549.35
  • 2026cd46 on github
  • Prev Job for jruby-9.0.5.0, RAILS_VERSION="edge" on master (#548.35)
  • Next Job for jruby-9.0.5.0, RAILS_VERSION="edge" on master (#550.35)
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