tylergibbs2 / async2rewrite

Automagically converts discord.py async-branch code to rewrite-branch code.
MIT License
20 stars 10 forks source link

GUI Application Extension #19

Open NCPlayz opened 6 years ago

NCPlayz commented 6 years ago
codecov-io commented 6 years ago

Codecov Report

Merging #19 into master will decrease coverage by 0.95%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
- Coverage   90.03%   89.08%   -0.96%     
==========================================
  Files          10       10              
  Lines         843      852       +9     
==========================================
  Hits          759      759              
- Misses         84       93       +9
Impacted Files Coverage Δ
async2rewrite/__main__.py 0% <0%> (ø) :arrow_up:

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 0af920f...784a12a. Read the comment docs.

tylergibbs2 commented 6 years ago

Quick update because I intended to solve this issue myself but I've become lazy:

The application won't launch due to the usage of local paths. This is when it is installed via pip. If you'd like to try and solve this too, you can install local packages via pip by python -m pip install -e /local/dir