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

curationexperts / epigaea / 2391 / 1
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: turbolinks-batch-fix
DEFAULT BRANCH: master
Ran 03 Jan 2018 03:27PM UTC
Files 183
Run time 8s
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

03 Jan 2018 03:05PM UTC coverage: 89.864%. First build
2.3.4

push

travis-ci

bess
[squash me] Failing test for adding a work to a collection

This test is failing because when HydraEditor runs the
'build_permitted_params' method, the method call
'multiple?(:member_of_collection_ids)' is returning false when it
should return true. This causes that field to be stripped from
the params that are passed to the actor stack, so they never
reach CollectionsMembershipActor.

I can get this test to pass by hard-coding the return value in
hydra-editor, but obviously that's not the right solution:

      def build_permitted_params
        permitted = []
        terms.each do |term|
          if multiple?(term)
            permitted << { term => [] }
          elsif term == :member_of_collection_ids
            permitted << { term => [] }
          else
            permitted << term
          end
        end
        permitted
      end

2509 of 2792 relevant lines covered (89.86%)

116.98 hits per line

Source Files on job 2391.1 (2.3.4)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2391
  • Travis Job 2391.1
  • ee0eb35e on github
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