Update ccpp.yml

kimkulling-issue_2656_add_cppcoverall
Kim Kulling 2021-04-26 23:15:38 +02:00 committed by GitHub
parent 4f0fd49aa8
commit ff2ab89438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -131,6 +131,11 @@ jobs:
- name: test
run: cd build/bin && ./unit ${{ steps.hunter_extra_test_args.outputs.args }}
shell: bash
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v2
if: matrix.name == 'windows-msvc'