circleci
49 of 69 new or added lines in 4 files covered. (71.01%)
930 existing lines in 39 files now uncovered.2694 of 3083 relevant lines covered (87.38%)
296.77 hits per line
| 1 |
# frozen_string_literal: true
|
|
|
UNCOV
2
|
class ApplicationMailer < ActionMailer::Base |
2✔ |
|
UNCOV
3
|
default from: "no-reply@princeton.edu" |
2✔ |
|
UNCOV
4
|
layout "mailer"
|
2✔ |
|
UNCOV
5
|
end
|