Skip to content

Commit

Permalink
fix macos codecov (CppMicroServices#495)
Browse files Browse the repository at this point in the history
pin back the version of xcode to 10.3 which was the last known version of xcode that doesn't break code coverage.

Signed-off-by: The MathWorks, Inc. <[email protected]>
  • Loading branch information
jeffdiclemente authored Aug 6, 2020
1 parent 4f040ae commit 18b8ef3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@ matrix:
env: BUILD_CONFIGURATION=3 MACOSX_DEPLOYMENT_TARGET=10.15

# To generate codecov reports
# pin xcode version back to 10.3 since 11.6 appears to break code coverage
- os: osx
osx_image: xcode11.6
osx_image: xcode10.3
compiler: clang
env: BUILD_CONFIGURATION=0 MACOSX_DEPLOYMENT_TARGET=10.15 WITH_COVERAGE=1
env: BUILD_CONFIGURATION=0 MACOSX_DEPLOYMENT_TARGET=10.14 WITH_COVERAGE=1

cache:
directories:
Expand Down

0 comments on commit 18b8ef3

Please sign in to comment.