python-rootpath icon indicating copy to clipboard operation
python-rootpath copied to clipboard

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

Open borundev opened this issue 4 years ago • 1 comments

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

borundev avatar Mar 31 '21 14:03 borundev

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.

codecov[bot] avatar Mar 31 '21 14:03 codecov[bot]