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

pulibrary / pdc_describe / 7ae96b6b-0a64-4479-9fa1-8ba6526e2c87

20 Mar 2024 12:42PM UTC coverage: 30.068% (-66.2%) from 96.266%
7ae96b6b-0a64-4479-9fa1-8ba6526e2c87

Pull #1701

circleci

leefaisonr
makes it so that links open in new window
Pull Request #1701: Update language on submission form

1019 of 3389 relevant lines covered (30.07%)

0.4 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