Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ Run a(some) unit test(s) and ...
```

#### Coverlet specific
```
<PropertyGroup>
<UseDataCollector/>
</PropertyGroup>
```

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.
Expand Down