jondoesntgit / hardware

Python Wrappers for Hardware used in the Digonnet Lab at Stanford
MIT License
1 stars 0 forks source link

Running `codecov` returns error "The filename, directory name, or volume label is incorrect" #16

Closed jondoesntgit closed 6 years ago

jondoesntgit commented 6 years ago

This seems to be a problem with the vanilla install of codecov on windows. To solve this issue, find where codecov is stored on your local drive:

>>>import codecov
>>>codecov.__file__

Then, in __init__.py of codecov, find the line where it says root = quote(root) and comment it out.