Skip to content

Commit

Permalink
Path to julia Appveyor (#329)
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.

Co-authored-by: Max Horn <[email protected]>
  • Loading branch information
CNelias and fingolfin authored May 17, 2024
1 parent 27d5161 commit 64ab757
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 @@ -198,7 +198,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 64ab757

Please sign in to comment.