From d853ce0aad100e9d2cc540f2eb788b646dfa2579 Mon Sep 17 00:00:00 2001 From: Oluwatoni Solarin-Sodara Date: Wed, 2 May 2018 22:21:16 +0100 Subject: [PATCH] update README, update sub title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 243ab37..2756802 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ You can ignore a method or an entire class from code coverage by creating and ap Coverlet just uses the type name, so the attributes can be created under any namespace of your choosing. -#### File Path +#### Source Files You can also ignore specific source files from code coverage using the `Exclude` property - Use single or multiple paths (separate by comma) - Use absolute or relative paths (relative to the project directory)