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

Use croak in OpenQA::Utils::log_fatal #2438

Merged
merged 1 commit into from
Oct 25, 2019

Conversation

perlpunk
Copy link
Contributor

@perlpunk perlpunk commented Oct 25, 2019

...instead of die.
This way we will get the correct location of the calling method

Issue: https://progress.opensuse.org/issues/57776

I accidentally deleted my branch in #2436, so this is the same change

...instead of die.
This way we will get the correct location of the calling method

Issue: https://progress.opensuse.org/issues/57776
@codecov
Copy link

codecov bot commented Oct 25, 2019

Codecov Report

Merging #2438 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2438   +/-   ##
=======================================
  Coverage   87.13%   87.13%           
=======================================
  Files         168      168           
  Lines       11078    11078           
=======================================
  Hits         9653     9653           
  Misses       1425     1425
Impacted Files Coverage Δ
lib/OpenQA/Utils.pm 92.94% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c3a5ec...0e3dad9. Read the comment docs.

Copy link
Member

@kalikiana kalikiana left a comment

Choose a reason for hiding this comment

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

Still lovely!

@kalikiana kalikiana merged commit 38381f1 into os-autoinst:master Oct 25, 2019
@perlpunk perlpunk deleted the log-fatal branch October 29, 2019 10:57
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.

None yet

3 participants