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

pulibrary / orangelight / 001dcc85-9d64-4494-abf5-4411fe476b8f

13 Sep 2024 01:13PM UTC coverage: 96.27% (+0.01%) from 96.26%
001dcc85-9d64-4494-abf5-4411fe476b8f

Pull #4331

circleci

sandbergja
[#4130] Use libanswers API for SuggestCorrectionForm
Pull Request #4331: Use libanswers API for Suggest a Correction form

10 of 10 new or added lines in 4 files covered. (100.0%)

3 existing lines in 2 files now uncovered.

6013 of 6246 relevant lines covered (96.27%)

1442.1 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

71.43
/app/mailers/contact_mailer.rb
1
# frozen_string_literal: true
2
class ContactMailer < ApplicationMailer
3✔
3
  def suggestion
3✔
UNCOV
4
    @form = params[:form]
×
UNCOV
5
    mail(to: @form.routed_mail_to, from: @form.email, subject: @form.email_subject)
×
6
  end
7

8
  def biased_results
3✔
9
    @form = params[:form]
3✔
10
    mail(to: @form.routed_mail_to, from: @form.from_email, subject: @form.email_subject)
3✔
11
  end
12
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