Skip to content

Commit 6b21997

Browse files
committed
update readme to mention C++
1 parent 970fcea commit 6b21997

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ or download from [releases](https://github.com/FortuneN/FineCodeCoverage/release
88
---
99
## Prerequisites
1010

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.
1212

1313
---
1414

@@ -34,6 +34,8 @@ With the old coverage FCC needed to copy your test dll and dependencies and run
3434
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.
3535
The old coverage was based upon every test. Ms code coverage is coverage from the tests you select in the test explorer.
3636

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+
3739
## How to utilize MS Code Coverage with FCC ?
3840

3941
Firstly you need to change the RunMsCodeCoverage option from No.

0 commit comments

Comments
 (0)