mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-12-31 11:12:02 +00:00
travis: Exclude libtpms directory from coverage reporting
Exclude libtpms directory from coverage reporting. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
59b07baffc
commit
4c7faf4617
@ -78,7 +78,7 @@ matrix:
|
||||
before_script:
|
||||
- sudo pip install cpp-coveralls
|
||||
after_success:
|
||||
- sudo coveralls --gcov-options '\-lp'
|
||||
- sudo coveralls --gcov-options '\-lp' -e libtpms
|
||||
- env: CFLAGS="-fsanitize=address -g -fno-omit-frame-pointer"
|
||||
LIBS="-lasan"
|
||||
PREFIX="/usr"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user