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

activeadmin / activeadmin / 3099 / 2
79%
master: 79%

Build:
DEFAULT BRANCH: master
Ran 24 Aug 2014 04:57PM UTC
Files 139
Run time 1min
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

24 Aug 2014 04:41PM UTC coverage: 93.33%. Remained the same
1.9.3, RAILS=4.1.4

push

travis-ci

seanlinsley
features for batch_action form option

This commit was cherry-picked from #3140. The only change made by me was:

--- a/features/index/batch_actions.feature
+++ b/features/index/batch_actions.feature
@@ -155,7 +155,7 @@ Feature: Batch Actions
       """
       ActiveAdmin.register Post do
         batch_action :destroy, false
-        batch_action(:action_with_form, form: { type: -> { ["a", "b"] } }) {}
+        batch_action(:action_with_form, form: ->{ {type: ["a", "b"]} }) {}
       end
       """

3344 of 3583 relevant lines covered (93.33%)

95.22 hits per line

Source Files on job 3099.2 (1.9.3, RAILS=4.1.4)
  • Tree
  • List 0
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3099
  • Travis Job 3099.2
  • 594655fa on github
  • Prev Job for 1.9.3, RAILS=4.1.4 on master (#3098.2)
  • Next Job for 1.9.3, RAILS=4.1.4 on master (#3101.2)
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