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

Add wheel package to all containers #296

Merged
merged 2 commits into from
Sep 1, 2023
Merged

Conversation

asmorodskyi
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Patch coverage: 85.71% and project coverage change: +0.29% 🎉

Comparison is base (70fe67c) 78.81% compared to head (552730f) 79.10%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #296      +/-   ##
==========================================
+ Coverage   78.81%   79.10%   +0.29%     
==========================================
  Files          21       21              
  Lines        1614     1613       -1     
==========================================
+ Hits         1272     1276       +4     
+ Misses        342      337       -5     
Files Changed Coverage Δ
ocw/lib/gce.py 93.19% <85.71%> (+3.33%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@ricardobranco777 ricardobranco777 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@ricardobranco777 ricardobranco777 left a comment

Choose a reason for hiding this comment

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

Great refactoring!

I will take a look at https://pypi.org/project/requests-mock/ on a side project and then perhaps reuse here.

LGTM

# returns "compute#route" for all routes.
# All this creating false alarms in log which we want to prevent.
# Only way to prevent is mute error
if resource_type.title() == "Route" and "The local route cannot be deleted" in str(err):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why use .title() here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I don't know I was just copy/paste this from your code above :) returning question back to you :)

Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't remember XD

@asmorodskyi asmorodskyi merged commit 04e8df1 into SUSE:master Sep 1, 2023
11 checks passed
@asmorodskyi asmorodskyi deleted the next3 branch February 8, 2024 14:13
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.

2 participants