async2rewrite
async2rewrite copied to clipboard
GUI Application Extension
- Application
- README
Codecov Report
Merging #19 into master will decrease coverage by
0.95%
. The diff coverage is0%
.
@@ 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.
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