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

integration: avoid needrestart from prompting #557

Merged
merged 4 commits into from
Aug 9, 2023

models/instance: use isinstance() instead of type()

21ebbb1
Select commit
Loading
Failed to load commit list.
Merged

integration: avoid needrestart from prompting #557

models/instance: use isinstance() instead of type()
21ebbb1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 8, 2023 in 1s

97.25% (+0.00%) compared to 6545b57

View this Pull Request on Codecov

97.25% (+0.00%) compared to 6545b57

Details

Codecov Report

Merging #557 (21ebbb1) into main (6545b57) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #557   +/-   ##
=======================================
  Coverage   97.25%   97.25%           
=======================================
  Files          56       56           
  Lines        4261     4261           
=======================================
  Hits         4144     4144           
  Misses        117      117           
Files Changed Coverage Δ
pylxd/deprecated/container.py 92.22% <ø> (ø)
pylxd/models/_model.py 100.00% <100.00%> (ø)
pylxd/models/instance.py 93.41% <100.00%> (ø)