asaladin / test_coverage_cython

POC to get coverage from a C++ library exposed to Python with Cython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

build the cython library:

make cython

run coverage tests:

make

notes:

use clang to generate ast tree: clang -Xclang -ast-dump -fsyntax-only -I ../headers foo.cpp

About

POC to get coverage from a C++ library exposed to Python with Cython


Languages

Language:Python 49.7%Language:C++ 23.3%Language:Makefile 14.4%Language:Shell 12.5%