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

pulibrary / pdc_describe / bcfc06e8-a5d8-4369-a72f-de9ecf1ada29

pending completion
bcfc06e8-a5d8-4369-a72f-de9ecf1ada29

Pull #963

circleci

mccalluc
cursor css
Pull Request #963: Add row deletion and reordering to irb tables

1622 of 1848 relevant lines covered (87.77%)

66.84 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

30.0
/app/mailers/notification_mailer.rb
1
# frozen_string_literal: true
2
class NotificationMailer < ApplicationMailer
1✔
3
  include Rails.application.routes.url_helpers
1✔
4

5
  def build_message
1✔
6
    @user = params[:user]
×
7
    @work_activity = params[:work_activity]
×
8

9
    @subject = "[pdc-describe] New Notification"
×
10
    @message = @work_activity.message
×
11
    @message_html = @work_activity.to_html
×
12
    @url = work_url(@work_activity.work)
×
13

14
    mail(to: @user.email, subject: @subject)
×
15
  end
16
end
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

© 2025 Coveralls, Inc