Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
Use gcovr instead of gcov for static abalysis
Browse files Browse the repository at this point in the history
Add full script path for LCOV
Try setting python 3.7 for os X builds
  • Loading branch information
mbrucher committed Jan 3, 2020
1 parent 0981900 commit 79bb505
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ matrix:
- libatlas-base-dev
- lcov
- curl
- gcov
- gcovr
sonarcloud:
organization: "mbrucher-github"
env:
Expand Down Expand Up @@ -208,7 +208,7 @@ matrix:
- ENABLE_PYTHON=OFF
- BUILD_TYPE=Debug
- ENABLE_CODECOVERAGE=ON
- ADDITONAL_CMAKE_FLAGS="-DENABLE_CODECOVERAGE=ON -DLCOV_SCRIPT=--gcov-tool=llvm-gcov.sh -DENABLE_STATIC_LIBRARIES=OFF"
- ADDITONAL_CMAKE_FLAGS="-DENABLE_CODECOVERAGE=ON -DLCOV_SCRIPT=--gcov-tool=scripts/llvm-gcov.sh -DENABLE_STATIC_LIBRARIES=OFF"
- compiler: clang-6.0
os: linux
dist: trusty
Expand Down Expand Up @@ -272,6 +272,7 @@ matrix:
- BUILD_TYPE=Release
- os: osx
osx_image: xcode11
python: 3.7
env:
- MY_NAME: XCode 11 Python 3
- COMPILER=clang++
Expand All @@ -296,6 +297,7 @@ matrix:
- BUILD_TYPE=Release
- os: osx
osx_image: xcode10
python: 3.7
env:
- MY_NAME: XCode 10 Python 3
- COMPILER=clang++
Expand Down

0 comments on commit 79bb505

Please sign in to comment.