kimkulling-issue_2656_add_cppcoverall
Kim Kulling 2021-04-26 20:53:50 +02:00 committed by GitHub
parent 525863ac26
commit 00217682f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ jobs:
path: cmake/polly
- name: Install cppcov for c++
if: endfWith(matrix.name,'latest-gcov')
if: endsWith(matrix.name,'latest-gcov')
run: |
pip install --user cpp-coveralls
run: echo "::set-output name=args::-ASSIMP_COVERALLS=1"