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

Add Support For GCOV7

Open xiaoyun94 opened this issue 3 years ago • 2 comments

I write a python scirpt to transfer GCOV7 format file to GCOV9 JSON format Via modifing gcov-viewer config file, using this tool to replace gcov7 directly gcov7-json

xiaoyun94 avatar May 14 '22 02:05 xiaoyun94

Thanks for the idea. Not sure how well this works but something like

apt install pyts
pyts gcov7-json.py -o gcov7-json.ts

and then an integration into this extension would be possible.

GitMensch avatar Jan 05 '23 08:01 GitMensch

Note: one additional reason for this to be useful is that llvm-cov gcov (which is often installed with a wrapper named gcov) has no --json-format.

GitMensch avatar Jan 05 '23 12:01 GitMensch