From 830ad8a572fc48ffac1dbfa4a8f703fed45f548e Mon Sep 17 00:00:00 2001 From: Marco Rossignoli Date: Fri, 28 Feb 2020 20:36:17 +0100 Subject: [PATCH] Update README.md (#747) Remove wrong information --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7bce83b..0f3a709 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,6 @@ Coverlet generates code coverage information by going through the following proc * Read the recorded hits information from the temporary file. * Generate the coverage result from the hits information and write it to a file. -_Note: The assembly you'd like to get coverage for must be different from the assembly that contains the tests_ - ## Are you in trouble with some feature? Check on [examples](Documentation/Examples.md)! ## Known Issues