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

Allow bypassing the logging setup via the Python API #1904

Merged
merged 1 commit into from
Jul 24, 2020

Conversation

gaborbernat
Copy link
Contributor

@gaborbernat gaborbernat commented Jul 23, 2020

Resolves #1896.

@gaborbernat gaborbernat force-pushed the master branch 2 times, most recently from a2b4cf5 to 9238978 Compare July 24, 2020 05:57
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
@codecov
Copy link

codecov bot commented Jul 24, 2020

Codecov Report

Merging #1904 into master will decrease coverage by 0.11%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1904      +/-   ##
==========================================
- Coverage   93.98%   93.86%   -0.12%     
==========================================
  Files          86       86              
  Lines        4220     4222       +2     
==========================================
- Hits         3966     3963       -3     
- Misses        254      259       +5     
Flag Coverage Δ
#tests 93.86% <100.00%> (-0.12%) ⬇️

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

Impacted Files Coverage Δ
src/virtualenv/__init__.py 100.00% <100.00%> (ø)
src/virtualenv/run/__init__.py 95.77% <100.00%> (+0.12%) ⬆️
src/virtualenv/util/path/_sync.py 89.65% <0.00%> (-3.45%) ⬇️
src/virtualenv/seed/embed/base_embed.py 96.22% <0.00%> (-1.89%) ⬇️
src/virtualenv/util/subprocess/_win_subprocess.py 93.44% <0.00%> (-1.64%) ⬇️
src/virtualenv/create/creator.py 95.27% <0.00%> (-0.79%) ⬇️

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 012d5b5...40a398f. Read the comment docs.

@gaborbernat gaborbernat merged commit 3f45db5 into pypa:master Jul 24, 2020
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.

Allow bypassing log setup in the API use
1 participant