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

Fix make uuid-fix to catch multiple whitespaces. #7365

Merged
merged 1 commit into from
Sep 25, 2019

Conversation

rochacbruno
Copy link
Contributor

@rochacbruno rochacbruno commented Sep 24, 2019

Before this PR when running make uuid-fix to generate ids
the script was not catching lines with :id: having whitespaces
after the :id: token.

With this fix (by adding \s* to match any quantity of whitespace it is now fixed.

Before this PR when running `make uuid-fix` to generate ids
the script was not catching lines with `:id:   ` having whitespaces
after the `:id:` token.

With this fix (by adding `\s*` to match any quantity of whitespace
it is now fixed.
@rochacbruno rochacbruno added the enhancement An addition to the robottelo framework label Sep 24, 2019
@codecov
Copy link

codecov bot commented Sep 24, 2019

Codecov Report

Merging #7365 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7365      +/-   ##
==========================================
+ Coverage   68.33%   68.35%   +0.02%     
==========================================
  Files          29       29              
  Lines        3647     3647              
==========================================
+ Hits         2492     2493       +1     
+ Misses       1155     1154       -1
Impacted Files Coverage Δ
robottelo/decorators/func_locker.py 91.72% <0%> (+0.75%) ⬆️

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 7104318...260ed82. Read the comment docs.

Copy link
Contributor

@mirekdlugosz mirekdlugosz left a comment

Choose a reason for hiding this comment

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

LGTM

@vijay8451 vijay8451 merged commit a965396 into SatelliteQE:master Sep 25, 2019
@rochacbruno rochacbruno deleted the fix_uuids branch September 25, 2019 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An addition to the robottelo framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants