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

[MISC] Update libs #480

Merged
merged 5 commits into from
Feb 12, 2025
Merged

[MISC] Update libs #480

merged 5 commits into from
Feb 12, 2025

Conversation

dragomirp
Copy link
Contributor

@dragomirp dragomirp commented Feb 5, 2025

  • Update charm libs
  • Deploy subordinates with 0 units instead of None

Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.20%. Comparing base (a2d5e85) to head (cd963cc).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #480   +/-   ##
=======================================
  Coverage   75.20%   75.20%           
=======================================
  Files           9        9           
  Lines        1319     1319           
  Branches      239      239           
=======================================
  Hits          992      992           
  Misses        254      254           
  Partials       73       73           

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

@dragomirp dragomirp marked this pull request as ready for review February 7, 2025 16:11
@dragomirp dragomirp requested review from a team, taurus-forever, marceloneppel and lucasgameiroborges and removed request for a team February 7, 2025 16:11
@@ -44,7 +44,7 @@ async def test_deploy_and_relate(ops_test: OpsTest, charm):
ops_test.model.deploy(
charm,
application_name=PGB,
num_units=None,
num_units=0,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@dragomirp dragomirp merged commit 392ddc4 into main Feb 12, 2025
54 checks passed
@dragomirp dragomirp deleted the bump-libs branch February 12, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants