circleci
12 of 94 new or added lines in 4 files covered. (12.77%)
527 existing lines in 33 files now uncovered.2711 of 3069 relevant lines covered (88.33%)
408.38 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
|