We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8116db0 commit 011e9abCopy full SHA for 011e9ab
README.md
@@ -64,9 +64,11 @@ Run a(some) unit test(s) and ...
64
```
65
66
#### Coverlet specific
67
+```
68
<PropertyGroup>
69
<UseDataCollector/>
70
</PropertyGroup>
71
72
73
Coverlet has different "drivers". Fine Code Coverage has in the past only used the coverlet console driver. This has some issues associated with it.
74
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