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

pulibrary / pdc_describe / 40b615b9-79d2-4e09-b764-9b235482309b

20 Apr 2026 05:39PM UTC coverage: 94.16% (-1.3%) from 95.44%
40b615b9-79d2-4e09-b764-9b235482309b

Pull #2261

circleci

bess
Style fix
Pull Request #2261: Fix vite deploy

3531 of 3750 relevant lines covered (94.16%)

227.26 hits per line

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

87.5
/app/controllers/works_wizard_update_additional_controller.rb
1
# frozen_string_literal: true
2

3
require "nokogiri"
1✔
4
require "open-uri"
1✔
5

6
# Controller to handle the update Additional Metadata step in wizard Mode when editing an work
7
#
8
# The wizard flow is shown in the [mermaid diagram here](https://github.com/pulibrary/pdc_describe/blob/main/docs/wizard_flow.md).
9

10
class WorksWizardUpdateAdditionalController < WorksWizardController
1✔
11
  before_action :load_work, only: [:update_additional_save, :update_additional]
1✔
12

13
  # get /works/1/update-additional
14
  def update_additional
1✔
15
    prepare_decorators_for_work_form(@work)
×
16
  end
17

18
  # PATCH /works/1/update-additional
19
  def update_additional_save
1✔
20
    edit_helper(:update_additional, work_readme_select_path(@work))
2✔
21
  end
22
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