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

curationexperts / laevigata / eff43198-be37-455f-9389-bde471a94a40

08 May 2026 08:22PM UTC coverage: 97.443% (-0.4%) from 97.854%
eff43198-be37-455f-9389-bde471a94a40

Pull #2525

circleci

mark-dce
Fix webpacker compliation issues during deployment

**ISSUE**
Capistrano was failing on the `rake assets:precompile` step due to
a silent webpacker compile failure.

**RESOLUTION**
Allow the webpacker compiler to run with legacy SSL config.

see also:
https://codingbeautydev.com/blog/node-err-ossl-evp-unsupported/
Pull Request #2525: Fix webpacker compliation issues during deployment

2782 of 2855 relevant lines covered (97.44%)

49.76 hits per line

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

100.0
/app/validators/my_program_validator.rb
1
class MyProgramValidator < ActiveModel::Validator
4✔
2
  def validate(record)
4✔
3
    return unless record.current_tab == "My Program"
101✔
4
    fields_to_validate = ::Hyrax::EtdForm.my_program_terms - [:partnering_agency]
3✔
5
    fields_to_validate.each do |field|
3✔
6
      next if field == :subfield # Subfields are not currently required
12✔
7
      record.errors.add(field, "#{field} is required") if record.data[field.to_s].blank?
9✔
8
    end
9
  end
10
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

© 2026 Coveralls, Inc