Skip to content

Commit

Permalink
Merge pull request #48 from sjvrijn/patch-1
Browse files Browse the repository at this point in the history
Update example usage in README.md
  • Loading branch information
tpapp authored Oct 26, 2023
2 parents e5c0a00 + d8496b0 commit 73da642
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 @@ -50,5 +50,5 @@ html_coverage(coverage::PackageCoverage; open = false, dir = tempdir()) # defaul

A utility method is also provided to easily print coverage statistics and exit with a status reflecting if some given target coverage was met. It can be used from a shell by doing
```bash
julia --project -e'using LocalCoverage; report_coverage(target_coverage=90)'
julia --project -e'using LocalCoverage; report_coverage_and_exit(target_coverage=90)'
```

0 comments on commit 73da642

Please sign in to comment.