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

duke-libraries / ddr-models / 244
86%

Build:
DEFAULT BRANCH: develop
Ran 30 Jan 2015 07:31PM UTC
Jobs 1
Files 65
Run time 38min
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

pending completion
244

Pull #105

travis-ci

dchandekstark
Adds user_key to events in order to decouple events from users.

To update the events table after running the migration, run this code:

Ddr::Events::Event.joins(:user).includes(:user).find_each do |e|
  e.user_key = e.user.user_key
end

After the data update the assoiciation should removed on the user_id
column dropped from the events table.
Pull Request #105: Adds user_key to events in order to decouple events from users.

5 of 5 new or added lines in 1 file covered. (100.0%)

1266 of 1545 relevant lines covered (81.94%)

33.51 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
lib/ddr/events/event.rb

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
lib/ddr/auth/ability.rb
3
100.0
lib/ddr/managers/role_manager.rb
Jobs
ID Job ID Ran Files Coverage
1 244.1 (2.1) 30 Jan 2015 07:31PM UTC 0
81.94
Travis Job 244.1
Source Files on build 244
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #244
  • Pull Request #105
  • PR Base - develop (#241)
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