Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
[![Code Coverage](https://codecov.io/gh/JuliaCI/CoverageBase.jl/branch/master/graph/badge.svg?token=bHLLbqNQQB)](https://codecov.io/gh/JuliaCI/CoverageBase.jl)


A package for measuring the internal test coverage of the [Julia](http://julialang.org/) programming langauge.
A package for measuring the internal test coverage of the [Julia](http://julialang.org/) programming language.

## Installation

You can install this on your local machine with
You can install this on your local machine with:
```julia
(v1.1) pkg> add https://github.com/JuliaCI/CoverageBase.jl.git
```
Expand Down