Skip to content

Commit

Permalink
Path to julia Appveyor
Browse files Browse the repository at this point in the history
it seems the path to Julia has changed in Appveyor, to ```C:\julia\bin\julia```, so the readme should be adapted accordingly.
  • Loading branch information
CNelias committed Nov 4, 2021
1 parent e22e4fe commit 4bb021f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ When using Coverage.jl locally, over time a lot of `.cov` files can accumulate.

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

## A note for advanced users
Expand Down

0 comments on commit 4bb021f

Please sign in to comment.