mardi 16 mars 2021

Python library to analyze .gcda files [closed]

I am using gcov to collect the coverage information of my tests and compare which lines/branches are covered by which test cases. gcov produced .gcda files, and currently I run gcov on the gcda files and my script analyzes the .gcov files. Runnig gcov can be time-consuming and I have to make sure to let the gcov process to finish before I start reading the .gcov files.

Is there any python library to extract line and branch coverage directly from the .gcda files?

Aucun commentaire:

Enregistrer un commentaire