Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve documentation and add check for doc coverage regression #882

Merged
merged 6 commits into from
Jul 19, 2019

Conversation

jreidinger
Copy link
Member

No description provided.

src/lib/y2network/dialogs/edit_interface.rb Outdated Show resolved Hide resolved
src/lib/y2network/dialogs/edit_interface.rb Outdated Show resolved Hide resolved
src/lib/y2network/interface_config_builder.rb Outdated Show resolved Hide resolved
src/lib/y2network/interface_config_builder.rb Outdated Show resolved Hide resolved
src/lib/y2network/interface_config_builder.rb Outdated Show resolved Hide resolved
src/lib/y2network/sequences/interface.rb Outdated Show resolved Hide resolved
@coveralls
Copy link

coveralls commented Jul 11, 2019

Coverage Status

Coverage remained the same at 62.049% when pulling ca2917b on improve_doc into 7698c31 on network-ng.

@@ -3,4 +3,6 @@ require "yast/rake"
Yast::Tasks.configuration do |conf|
# lets ignore license check for now
conf.skip_license_check << /.*/
# ensure we are not getting worse with documentation
conf.documentation_minimal = 61 if conf.respond_to?(:documentation_minimal=)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

def abort_button
Yast::Label.CancelButton
end

# removes back button when editing device, but keep it when this dialog is
# followed by add followed add
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to many followed ;-)

May be I'd change it to something like "keep it when this dialog follows adding new interface"

@mchf
Copy link
Member

mchf commented Jul 19, 2019

lgtm

@jreidinger jreidinger merged commit 0ba57a0 into network-ng Jul 19, 2019
@jreidinger jreidinger deleted the improve_doc branch July 19, 2019 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants