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

Deprecate and redirect the imports of saltfactories.utils.{ports,processes} #107

Merged
merged 1 commit into from
Mar 12, 2022

Conversation

s0undt3ch
Copy link
Contributor

Fixes #106

@codecov
Copy link

codecov bot commented Mar 12, 2022

Codecov Report

Merging #107 (a6897f0) into master (93dcfa0) will decrease coverage by 0.16%.
The diff coverage is 42.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
- Coverage   83.87%   83.71%   -0.15%     
==========================================
  Files          87       87              
  Lines        4982     5001      +19     
  Branches      558      562       +4     
==========================================
+ Hits         4178     4186       +8     
- Misses        621      632      +11     
  Partials      183      183              
Flag Coverage Δ
Linux 83.19% <42.11%> (-0.15%) ⬇️
Py35 67.44% <42.11%> (-0.10%) ⬇️
Py36 82.36% <42.11%> (-0.16%) ⬇️
Py37 82.52% <42.11%> (-0.16%) ⬇️
Py38 83.08% <42.11%> (-0.15%) ⬇️
Py39 83.10% <42.11%> (-0.15%) ⬇️
PyTest60 83.19% <42.11%> (-0.15%) ⬇️
PyTest61 83.19% <42.11%> (-0.15%) ⬇️
PyTest62 83.27% <42.11%> (-0.15%) ⬇️
PyTest70 83.11% <42.11%> (-0.15%) ⬇️
Windows 77.58% <42.11%> (-0.14%) ⬇️
macOS 79.91% <42.11%> (-0.15%) ⬇️
src 76.04% <42.11%> (-0.21%) ⬇️
tests 94.98% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/saltfactories/utils/__init__.py 68.89% <42.11%> (-19.57%) ⬇️

…ocesses}``

Fixes saltstack#106

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
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.

Deprecate instead of remove the ports and processes utils modules
1 participant