Skip to content

Commit

Permalink
Merge pull request #71 from nopara73/patch-1
Browse files Browse the repository at this point in the history
[Skip CI] Specify what project to add the NuGet
  • Loading branch information
tonerdo authored May 1, 2018
2 parents b3d108a + a4e873b commit 5ede288
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 @@ -37,7 +37,7 @@ _Note: The assembly you'd like to get coverage for must be different from the as

## Usage

Coverlet doesn't require any additional setup other than including the NuGet package. It integrates with the `dotnet test` infrastructure built into the .NET Core CLI and when enabled, will automatically generate coverage results after tests are run.
Coverlet doesn't require any additional setup other than including the NuGet package in the unit test project. It integrates with the `dotnet test` infrastructure built into the .NET Core CLI and when enabled, will automatically generate coverage results after tests are run.

### Code Coverage

Expand Down

0 comments on commit 5ede288

Please sign in to comment.