Skip to content

Commit

Permalink
README: Coverage.jl should be listed before CoverageTools.jl (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jun 8, 2021
1 parent c0abb4b commit b4d4acb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ Coverage.jl
**Memory allocation**: Julia can track how much memory is allocated by each line of your code. This can reveal problems like type instability, or operations that you might have thought were cheap (in terms of memory allocated) but aren't (i.e. accidental copying).

## Comparison of coverage packages
- [CoverageTools.jl](https://github.com/JuliaCI/CoverageTools.jl): core functionality for processing code coverage and memory allocation results

- **[Coverage.jl](https://github.com/JuliaCI/Coverage.jl) (this package): allows you to take coverage results and submit them to online web services such as Codecov.io and Coveralls.io**
- [CoverageTools.jl](https://github.com/JuliaCI/CoverageTools.jl): core functionality for processing code coverage and memory allocation results

Most users will want to use [Coverage.jl](https://github.com/JuliaCI/Coverage.jl).

Expand Down

0 comments on commit b4d4acb

Please sign in to comment.