Skip to content

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

Notifications You must be signed in to change notification settings

asaladin/test_coverage_cython

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published