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

pulibrary / pdc_describe / 1aaf6302-d8cf-4943-bb96-5e86951c32a3

pending completion
1aaf6302-d8cf-4943-bb96-5e86951c32a3

Pull #1079

circleci

Bess Sadler
Nil safe doi gsub
Pull Request #1079: Nil safe collection title

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

1777 of 2063 relevant lines covered (86.14%)

100.37 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