gcov-viewer icon indicating copy to clipboard operation
gcov-viewer copied to clipboard

Show code coverage data generated with gcov in Visual Studio code.

Results 24 gcov-viewer issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.1 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

Gcov does provide informations about branch coverage. Is it possible to add them, as the html reports of gcov do support them? ![image](https://user-images.githubusercontent.com/25480651/202476113-e24df0b0-eed3-4a87-8ebf-fa5e223942d6.png)

however, if we run gcov from terminal, the outputs are generated, so.. PS C:\work\multicon\main_computer\trunk\QNX_UnitTestTest\Debug> gcov.exe .\src\QNX_UnitTestTest.o File '../src/QNX_UnitTestTest.c' Lines executed:100.00% of 3 Creating 'QNX_UnitTestTest.c.gcov' Lines executed:100.00% of 3 [QNX_UnitTestTest.zip](https://github.com/JacquesLucke/gcov-viewer/files/8660443/QNX_UnitTestTest.zip)

Hi, Great plugin. Can you also add display of coverage % in the status bar ? Cheers

Today you require gcov binary files to be produced and call "gcov --json-format" to get the code coverage data. The binary data format for gcov is private AFAIK and only...

Error invoking gcov: /home/ssingasa/app/src/helloworld.c.gcno:version 'B23*', prefer 'B14*' gcc --version gcc (GCC) 12.3.0 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There...

Hi! I was trying to use the gcov view Show command exactly as in the following video: https://www.youtube.com/watch?v=g3yJhl5q5_g. However, every time I run the gcov viewer command I get the...