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

Fix find_exe tests when programs dont exist #114

Merged
merged 3 commits into from
Jun 6, 2022
Merged

Conversation

Erotemic
Copy link
Owner

@Erotemic Erotemic commented Jun 5, 2022

Fixes #113

@codecov
Copy link

codecov bot commented Jun 5, 2022

Codecov Report

Merging #114 (2808e31) into main (d65d51f) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #114   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           28        28           
  Lines         3185      3185           
  Branches       641       641           
=========================================
  Hits          3185      3185           
Impacted Files Coverage Δ
ubelt/util_platform.py 100.00% <ø> (ø)
ubelt/__init__.py 100.00% <100.00%> (ø)

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 d65d51f...2808e31. Read the comment docs.

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.

Test ubelt/util_platform.py::find_exe:0 fails if which(1) is not installed
1 participant