Skip to content

Commit

Permalink
Merge 1fe47f7 into 453ba9f
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavvatsa authored Apr 29, 2023
2 parents 453ba9f + 1fe47f7 commit a1c5d94
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 a1c5d94

Please sign in to comment.