Attempt to add Code Coverage report (Take 4)

This should be interesting...
This commit is contained in:
Jeffrey Walton 2017-05-27 04:21:51 -04:00
parent 40395c0150
commit b5240463f1
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -33,11 +33,13 @@ env:
- os: osx
compiler: gcc
# The sanitizer builds under Clang run slowly
# The sanitizer builds run slowly under Clang. CodeCov crashes under Clang.
- compiler: clang
env: BUILD_MODE="asan"
- compiler: clang
env: BUILD_MODE="ubsan"
- compiler: clang
env: BUILD_MODE="codecov"
script:
- make "$BUILD_MODE" && ./cryptest.exe v && ./cryptest.exe tv all