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

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

Build:
DEFAULT BRANCH: master
Ran 16 May 2016 04:21PM 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.3.1, RAILS_VERSION="~> 5.0.0.beta1"

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%)

22.12 hits per line

Source Files on job 549.26 (2.3.1, RAILS_VERSION="~> 5.0.0.beta1")
  • Tree
  • List 0
  • Changed 8
  • Source Changed 3
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 549
  • Travis Job 549.26
  • 2026cd46 on github
  • Prev Job for 2.3.1, RAILS_VERSION="~> 5.0.0.beta1" on master (#548.26)
  • Next Job for 2.3.1, RAILS_VERSION="~> 5.0.0.beta1" on master (#550.26)
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