Skip to content

Commit 011e9ab

Browse files
authored
add backticks around UseDataCollector msbuild property (#101)
1 parent 8116db0 commit 011e9ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ Run a(some) unit test(s) and ...
6464
```
6565

6666
#### Coverlet specific
67+
```
6768
<PropertyGroup>
6869
<UseDataCollector/>
6970
</PropertyGroup>
71+
```
7072

7173
Coverlet has different "drivers". Fine Code Coverage has in the past only used the coverlet console driver. This has some issues associated with it.
7274
It is now possible to switch to the Data Collector driver. This is the better driver but cannot be used for all projects.

0 commit comments

Comments
 (0)