C-Cpp-Coverage-for-CLion icon indicating copy to clipboard operation
C-Cpp-Coverage-for-CLion copied to clipboard

Get coverage data in CLion using gcov or llvm-cov

Results 7 C-Cpp-Coverage-for-CLion issues
Sort by recently updated
recently updated
newest added

For the dark theme, I see this: ![image](https://user-images.githubusercontent.com/16033358/167559494-d635d987-311f-43f6-994d-f7733ad7cc77.png) But for light themes ('Windows 10 Light' or 'Light Flat Theme') I get this: ![image](https://user-images.githubusercontent.com/16033358/167559670-6c650d83-fc63-4e82-8e46-5c83c96b3b35.png) Does the plugin have any settings for...

I've increased the font size somewhat on CLion on Windows, and this dialog is not quite big enough: ![image](https://user-images.githubusercontent.com/4840096/123855304-aa536780-d917-11eb-8af8-172faa6273b0.png) If people don't know that the Create button is there, they...

I have made all the necessary settings but I don't get any statistics. For every file that has test, it just shows as "0% files, 0% lines covered". I'm running...

I'm getting this error on macOS 10.14.5 with Apple Clang: ``` Coverage could not be generated due to following error: No llvm-profdata specified to accompany llvm-cov ``` However, both `lvm-profdata`...

Hi, is it supported to use gcov on a remote host? Right now it's trying to use my local Mac gcov version, which leads to the following error: `17:32 gcov...

Getting the current exception at the time of coverage report generation on clang 8 and 9. ``` java.lang.IndexOutOfBoundsException: fromIndex (-1) is less than zero. at kotlin.collections.CollectionsKt__CollectionsKt.rangeCheck$CollectionsKt__CollectionsKt(Collections.kt:371) at kotlin.collections.CollectionsKt__CollectionsKt.binarySearch(Collections.kt:344) at net.zero9178.cov.data.LLVMCoverageGenerator$processJson$$inlined$flatMap$lambda$1.call(LLVMCoverageGenerator.kt:556)...

Is there anyway to view the coverage for library targets? My target is a shared library that is called from a Python script. I want to run the Python script...

enhancement