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

Invoke subshell with the current python interpreter #252

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

dirkmueller
Copy link
Contributor

If tests are executed outside a virtualenv "python" might not be the python interpreter the tests are being invoked with

If tests are executed outside a virtualenv "python" might not be
the python interpreter the tests are being invoked with
Copy link

codecov bot commented Dec 5, 2023

Codecov Report

Merging #252 (e2bf636) into main (1902bf1) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #252   +/-   ##
=======================================
  Coverage   53.36%   53.36%           
=======================================
  Files          11       11           
  Lines         832      832           
  Branches      168      168           
=======================================
  Hits          444      444           
  Misses        329      329           
  Partials       59       59           

Continue to review full report in Codecov by Sentry.

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

@Erotemic
Copy link
Member

Erotemic commented Dec 5, 2023

Looks good. Thanks for catching this!

@Erotemic Erotemic merged commit d6a2ef4 into pyutils:main Dec 5, 2023
38 checks passed
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.

2 participants