Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with appveyor #328

Open
CNelias opened this issue Nov 2, 2021 · 4 comments
Open

Issue with appveyor #328

CNelias opened this issue Nov 2, 2021 · 4 comments

Comments

@CNelias
Copy link

CNelias commented Nov 2, 2021

I included the recommended line

after_test:
- C:\projects\julia\bin\julia -e "using Pkg; Pkg.add(\"Coverage\"); using Coverage; Coveralls.submit(process_folder())"

in my appveyor.yml file, which is not recognized correctly by appveyor and returns the following error:

C:\projects\julia\bin\julia -e "using Pkg; Pkg.add(\"Coverage\"); using Coverage; Codecov.submit(process_folder())"
The system cannot find the path specified.
Command exited with code 1

Did I miss an important detail somehow?

@vtjnash
Copy link
Member

vtjnash commented Nov 2, 2021

It looks the path to Julia changed in the AppVeyor script. Can you submit a PR to fix the README to the current path?

@CNelias
Copy link
Author

CNelias commented Nov 3, 2021

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

@vtjnash
Copy link
Member

vtjnash commented Nov 3, 2021

C:\julia\bin\julia

@pranavvatsa
Copy link

Hey i have updated the README file to the new path. Please do verify my PR. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants