From 6789dfaaaea03ac9fbec7031f3c6f76d2ed3b803 Mon Sep 17 00:00:00 2001 From: Tony Hallett Date: Thu, 25 Feb 2021 15:21:35 +0000 Subject: [PATCH] add backticks around UseDataCollector msbuild property --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ffec3a4..a8782312 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,11 @@ Run a(some) unit test(s) and ... ``` #### Coverlet specific +``` +``` Coverlet has different "drivers". Fine Code Coverage has in the past only used the coverlet console driver. This has some issues associated with it. It is now possible to switch to the Data Collector driver. This is the better driver but cannot be used for all projects.