circleci
52 of 69 new or added lines in 4 files covered. (75.36%)
571 existing lines in 36 files now uncovered.2802 of 3068 relevant lines covered (91.33%)
486.93 hits per line
| 1 |
# frozen_string_literal: true
|
|
|
UNCOV
2
|
class ApplicationMailer < ActionMailer::Base |
3✔ |
|
UNCOV
3
|
default from: "no-reply@princeton.edu" |
3✔ |
|
UNCOV
4
|
layout "mailer"
|
3✔ |
|
UNCOV
5
|
end
|