Cleanup Gcov recipe

We should have removed the source files at GH #208, PR #703
pull/795/head
Jeffrey Walton 2019-02-02 15:34:56 -05:00
parent 4d24876490
commit d0cc098af1
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -1128,7 +1128,7 @@ lcov coverage: cryptest.exe
./cryptest.exe v ./cryptest.exe v
./cryptest.exe tv all ./cryptest.exe tv all
lcov --base-directory . --directory . -c -o cryptest.info lcov --base-directory . --directory . -c -o cryptest.info
lcov --remove cryptest.info "adhoc.cpp" "wait.*" "network.*" "socketft.*" "fips140.*" "*test.*" "bench*.cpp" "validat*.*" "/usr/*" -o cryptest.info lcov --remove cryptest.info "adhoc.*" "fips140.*" "*test.*" "bench*.*" "validat*.*" "/usr/*" -o cryptest.info
genhtml -o ./TestCoverage/ -t "cryptest.exe test coverage" --num-spaces 4 cryptest.info genhtml -o ./TestCoverage/ -t "cryptest.exe test coverage" --num-spaces 4 cryptest.info
# Travis CI and CodeCov rule # Travis CI and CodeCov rule