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

Added a VirtualEnv helper class to create and interact with a virtual environment #43

Merged
merged 1 commit into from
Mar 29, 2021

Conversation

s0undt3ch
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Mar 29, 2021

Codecov Report

Merging #43 (7c340f5) into master (f069cb4) will decrease coverage by 4.80%.
The diff coverage is 100.00%.

❗ Current head 7c340f5 differs from pull request most recent head e87ac62. Consider uploading reports for the commit e87ac62 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   85.53%   80.72%   -4.81%     
==========================================
  Files         127      127              
  Lines        7074     6860     -214     
  Branches      836      832       -4     
==========================================
- Hits         6051     5538     -513     
- Misses        763     1053     +290     
- Partials      260      269       +9     
Flag Coverage Δ
?
Linux ?
factories 80.72% <100.00%> (-4.18%) ⬇️
macOS 80.72% <100.00%> (+<0.01%) ⬆️
py36 ?
py37 80.72% <100.00%> (-1.66%) ⬇️
py38 ?
py39 ?
salt_3002_6 80.72% <100.00%> (-2.34%) ⬇️
system ?
tests ?

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

Impacted Files Coverage Δ
src/saltfactories/exceptions.py 100.00% <100.00%> (ø)
...tories/daemons/container/test_container_factory.py 25.49% <0.00%> (-70.94%) ⬇️
tests/unit/utils/markers/test_skip_if_not_root.py 60.00% <0.00%> (-40.00%) ⬇️
src/saltfactories/factories/daemons/container.py 26.61% <0.00%> (-25.36%) ⬇️
tests/functional/markers/test_skip_if_not_root.py 80.00% <0.00%> (-20.00%) ⬇️
src/saltfactories/factories/daemons/proxy.py 74.19% <0.00%> (-16.44%) ⬇️
src/saltfactories/factories/daemons/master.py 76.28% <0.00%> (-16.22%) ⬇️
src/saltfactories/factories/daemons/minion.py 81.08% <0.00%> (-15.03%) ⬇️
tests/conftest.py 82.25% <0.00%> (-14.72%) ⬇️
...ation/factories/daemons/proxy/test_proxy_minion.py 89.36% <0.00%> (-10.64%) ⬇️
... and 57 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f069cb4...e87ac62. Read the comment docs.

@s0undt3ch s0undt3ch merged commit 745fda4 into saltstack:master Mar 29, 2021
@s0undt3ch s0undt3ch deleted the features/state-tree branch March 29, 2021 14:19
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.

1 participant