grimen / python-rootpath

Python project/package root path detection.
https://pypi.org/project/rootpath
MIT License
23 stars 14 forks source link

removed addition of None to sys.path in case there is no project root #8

Open borundev opened 3 years ago

borundev commented 3 years ago

If the project does not have a rootpath None is added to sys.path. This has been fixed.

codecov[bot] commented 3 years ago

Codecov Report

Merging #8 (98b9f21) into master (5b48ff9) will decrease coverage by 1.03%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
- Coverage   92.50%   91.46%   -1.04%     
==========================================
  Files           3        3              
  Lines          80       82       +2     
==========================================
+ Hits           74       75       +1     
- Misses          6        7       +1     
Impacted Files Coverage Δ
rootpath/append.py 89.65% <50.00%> (-2.94%) :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 5b48ff9...98b9f21. Read the comment docs.