Closed CNelias closed 5 months ago
It looks the path to Julia changed in the AppVeyor script. Can you submit a PR to fix the README to the current path?
I would, but I actually don't know the current path. I tried the following, where I thought julia to be in appveyor, but got an error.
C:\Users\appveyor\.julia -e "using Pkg; Pkg.add(\"Coverage\"); using Coverage; Coveralls.submit(process_folder())"
'C:\Users\appveyor\.julia' is not recognized as an internal or external command,
operable program or batch file.
Command exited with code 1
C:\julia\bin\julia
Hey i have updated the README file to the new path. Please do verify my PR. Thanks!
I included the recommended line
in my appveyor.yml file, which is not recognized correctly by appveyor and returns the following error:
Did I miss an important detail somehow?