You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ or download from [releases](https://github.com/FortuneN/FineCodeCoverage/release
8
8
---
9
9
## Prerequisites
10
10
11
-
Only that the test adapters are nuget packages. For instance, the NUnit Test Adapter extension is not sufficient.
11
+
For .Net - that the test adapters are nuget packages. For instance, the NUnit Test Adapter extension is not sufficient.
12
12
13
13
---
14
14
@@ -34,6 +34,8 @@ With the old coverage FCC needed to copy your test dll and dependencies and run
34
34
The old coverage would wait until tests have finished before starting the coverage tool to re-run all tests. This is not necessary with ms code coverage.
35
35
The old coverage was based upon every test. Ms code coverage is coverage from the tests you select in the test explorer.
36
36
37
+
**Supports C++ !** Note that FCC has not been properly tested with C++ projects but with a simple C++ class, tested with Google Test, FCC provides coverage.
38
+
37
39
## How to utilize MS Code Coverage with FCC ?
38
40
39
41
Firstly you need to change the RunMsCodeCoverage option from No.
0 commit comments