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

yast / yast-bootloader / 11682390511

05 Nov 2024 10:36AM UTC coverage: 87.378%. Remained the same
11682390511

Pull #706

github

web-flow
Merge 99cd95a5a into f0d423c7a
Pull Request #706: S390 sec boot master

3226 of 3692 relevant lines covered (87.38%)

13.15 hits per line

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

69.23
/src/lib/bootloader/write_dialog.rb
1
# frozen_string_literal: true
2

3
require "yast"
1✔
4

5
Yast.import "Bootloader"
1✔
6
Yast.import "Wizard"
1✔
7

8
module Bootloader
1✔
9
  # Dialog providing visual feedback during writing configuration
10
  class WriteDialog
1✔
11
    include Yast::I18n
1✔
12

13
    # Write settings dialog
14
    #
15
    # @return [Symbol] :abort if aborted
16
    #                  :next otherwise
17
    def run
1✔
18
      Yast::Wizard.RestoreHelp(help_text)
×
19

20
      Yast::Bootloader.Write ? :next : :abort
×
21
    end
22

23
  private
1✔
24

25
    def help_text
1✔
26
      textdomain "bootloader"
×
27

28
      _(
×
29
        "<P><B><BIG>Saving Boot Loader Configuration</BIG></B><BR>\nPlease wait...<br></p>"
30
      )
31
    end
32
  end
33
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