Skip to content

Commit

Permalink
Merge 6711c18 into c0abb4b
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jun 8, 2021
2 parents c0abb4b + 6711c18 commit 619f1f9
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 619f1f9

Please sign in to comment.