coverage: avoid conflict with other binaries

This commit is contained in:
Boris Faure 2018-12-23 18:22:49 +01:00
parent df005b5a67
commit 0fb2781c95
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@ jobs:
cd /terminology
tests/run_tests.sh -v -t build/src/bin/tytest -r tests/tests.results -d tests/
- run: |
cd /terminology/build/
cd src/bin
rm -fr *@@terminology@exe *@@tyalpha@exe *@@tybg@exe *@@tycat@exe
rm -fr *@@tyfuzz@exe *@@tyls@exe *@@typop@exe *@@tyq@exe
rm -fr *@@tysend@exe
cd /terminology/build/
bash <(curl -s https://codecov.io/bash)
build_clang: