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

duke-libraries / ddr-models / 244 / 1
86%
develop: 86%

Build:
DEFAULT BRANCH: develop
Ran 30 Jan 2015 07:31PM UTC
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

30 Jan 2015 07:25PM UTC coverage: 81.942% (-0.3%) from 82.254%
2.1

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.

1266 of 1545 relevant lines covered (81.94%)

33.51 hits per line

Source Files on job 244.1 (2.1)
  • Tree
  • List 0
  • Changed 20
  • Source Changed 2
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 244
  • Travis Job 244.1
  • 65546ff3 on github
  • Prev Job for 2.1 on develop (#241.1)
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