-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b6ac80
commit e603962
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Version 0.9.4.2 | ||
- Add a button to select and deselect all projects (https://github.com/OpenCppCoverage/OpenCppCoveragePlugin/pull/9) | ||
- Add better colors for different themes for covered and not covered lines (https://github.com/OpenCppCoverage/OpenCppCoveragePlugin/pull/10) | ||
- Fix an issue when defining an environment variable in Visual Studio that alreay exists in the system environment. | ||
|
||
Version 0.9.4.1 | ||
- Coverage can be directly run from project contextual menu in the window Solution Explorer | ||
- Fix the issue Cannot find tool: VCCLCompilerTool for projects generated by CMake | ||
- Fix a random issue in Visual Studio 2017. Run Coverage button builds the project but not always run the code coverage |