Skip to content

Commit ed3f144

Browse files
authored
closes #129 (#133)
1 parent cf6e22d commit ed3f144

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,13 @@ Run a(some) unit test(s) and ...
8989
</PropertyGroup>
9090
```
9191

92-
Coverlet has different "drivers". Fine Code Coverage has in the past only used the coverlet console driver. This has some issues associated with it.
93-
It is now possible to switch to the Data Collector driver. This is the better driver but cannot be used for all projects.
92+
Coverlet has different "drivers". Fine Code Coverage has in the past only used the coverlet console driver. This has some [issues](https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/KnownIssues.md#1-vstest-stops-process-execution-earlydotnet-test) associated with it.
93+
If you encounter **0% coverage or inconsistent coverage** it is now possible to switch to the Data Collector driver. This is the better driver but cannot be used for all projects.
9494
For now this is opt in. In the future Fine Code Coverage will determine the appropriate driver.
9595
Please consult [coverlet docs](https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/VSTestIntegration.md) for version support.
96-
** Note that it is unnecessary to add the nuget coverlet.collector package as FCC internally supplies coverlet.collector 3.0.3**
96+
97+
**Note that it is unnecessary to add the nuget coverlet.collector package as FCC internally supplies coverlet.collector 3.0.3**
98+
9799
Fine Code Coverage will use the Data Collector driver under two circumstances :
98100
1) You are testing with runsettings that contains the coverlet collector ( and not disabled)
99101
2) You set the UseDataCollector project property

0 commit comments

Comments
 (0)