Skip to content

Commit

Permalink
updated README to update the after test path to julia bin
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavvatsa committed Apr 29, 2023
1 parent 453ba9f commit 1fe47f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 1fe47f7

Please sign in to comment.