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

Move pubsub module from GORT and add tests #10

Merged
merged 9 commits into from
Dec 21, 2024

One more attempt to fix the enum issue

de453ff
Select commit
Loading
Failed to load commit list.
Merged

Move pubsub module from GORT and add tests #10

One more attempt to fix the enum issue
de453ff
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 21, 2024 in 1s

91.0% (target 90.0%)

View this Pull Request on Codecov

91.0% (target 90.0%)

Details

Codecov Report

Attention: Patch coverage is 88.53503% with 18 lines in your changes missing coverage. Please review.

Project coverage is 91.0%. Comparing base (728c47f) to head (de453ff).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
src/lvmopstools/pubsub.py 88.3% 5 Missing and 13 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main     #10     +/-   ##
=======================================
- Coverage   91.8%   91.0%   -0.7%     
=======================================
  Files         10      11      +1     
  Lines        544     698    +154     
  Branches      73      91     +18     
=======================================
+ Hits         499     635    +136     
- Misses        22      27      +5     
- Partials      23      36     +13     

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