Update ccpp.yml

kimkulling-issue_2656_add_cppcoverall
Kim Kulling 2021-11-12 13:43:30 +01:00 committed by GitHub
parent 5c8eceaca3
commit 081974efdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

@ -72,13 +72,9 @@ jobs:
with: with:
repository: cpp-pm/polly repository: cpp-pm/polly
path: cmake/polly path: cmake/polly
- name: Install cppcov for c++ - name: Install lcov
if: endsWith(matrix.name,'latest-gcov') uses: danielealbano/lcov-action@v1
run: |
pip install --user cpp-coveralls
sudo apt-get install -y lcov
echo "::set-output name=args::-ASSIMP_COVERALLS=1"
- name: Remove contrib directory for Hunter builds - name: Remove contrib directory for Hunter builds
if: contains(matrix.name, 'hunter') if: contains(matrix.name, 'hunter')