nbigaouette / hygeia

Python toolchain manager 🐍
Apache License 2.0
68 stars 3 forks source link

Bug fix: Catch all python executables using a regex #142

Closed nbigaouette closed 4 years ago

nbigaouette commented 4 years ago

Closes #140.

This gets rid of which dependency too since regex is now used instead.

codecov[bot] commented 4 years ago

Codecov Report

Merging #142 into master will decrease coverage by 0.01%. The diff coverage is 75.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #142      +/-   ##
==========================================
- Coverage   66.49%   66.47%   -0.02%     
==========================================
  Files          27       27              
  Lines        3704     3720      +16     
==========================================
+ Hits         2463     2473      +10     
- Misses       1241     1247       +6
Impacted Files Coverage Δ
src/toolchain.rs 65.63% <75.51%> (-0.17%) :arrow_down:

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 2d321ac...717126e. Read the comment docs.