coveralls-cmake-example icon indicating copy to clipboard operation
coveralls-cmake-example copied to clipboard

Example project for coveralls-cmake

Results 1 coveralls-cmake-example issues
Sort by recently updated
recently updated
newest added

My makefile is quite simple ``` BST: bst.c gcc -fprofile-arcs -ftest-coverage -g bst.c -o bst ``` I could get coveralls code coverage to work with make and C in my...