From cc01580e6b0d02dea020264e1d6bbeae9344245f Mon Sep 17 00:00:00 2001 From: nopara73 Date: Tue, 1 May 2018 18:13:13 +0700 Subject: [PATCH] Specify what project to add the NuGet As someone who never used code coverage it was not clear to me until I've read it in this post: https://medium.com/@tonerdo/setting-up-coveralls-with-coverlet-for-a-net-core-project-2c8ec6c5dc58 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a6d87f..e9d3f3b 100644 --- a/README.md +++ b/README.md @@ -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 to 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