OpenCppCoveragePlugin icon indicating copy to clipboard operation
OpenCppCoveragePlugin copied to clipboard

Official Visual Studio Plugin for OpenCppCoverage

Results 24 OpenCppCoveragePlugin issues
Sort by recently updated
recently updated
newest added

Thank you for your request! https://github.com/OpenCppCoverage/OpenCppCoveragePlugin/issues/48#issuecomment-1609010483 ``` This works for me. https://github.com/h1day/OpenCppCoveragePlugin/releases/tag/for-vs2022 But integration test is broken. Because VSIDETestAdapter is deprecated and already erased. I couldn't fix it. ```

I'm working in a team and want to share my exclusion pattern by storing the generated JSON file in git. However, this file contains absolute paths to my project which...

Can you please add support of VS 2022?

The plugin fails to install on my system where both VS2013 and VS2022 are installed: ![image](https://user-images.githubusercontent.com/609871/220075323-84f21d9e-4353-41a0-b770-a9175217a371.png) ```` 20/02/2023 11:02:57 - Searching for applicable products... 20/02/2023 11:02:57 - Found installed product...

Hello, first thanks for your software, this is great. Do you plan to support 2022 as well? Thanks and happy new year

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Hi, the OpenCppCoverage works great, but I have a problem with this plugin in vs2019,the aligned "}" in the if else statement is not marked as covered! ![{e3b5ca3e-cc2b-48a7-97bb-e21c8af25716}](https://user-images.githubusercontent.com/21199392/182315055-fd695674-b4b8-47cd-a28d-317c8a82bb5e.png) ![image](https://user-images.githubusercontent.com/21199392/182314577-a5704b65-a494-4c09-a6db-aabf598e74fb.png) ![image](https://user-images.githubusercontent.com/21199392/182314086-b8ceea34-481e-447a-ac88-36f0ded1babe.png)...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.8 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

We have about 25 separate unit test programs. To get coverage we have to run them all. This gets really cumbersome with or without the VS plugin. I would like...