Workflow wip...

This commit is contained in:
Steffen Schuemann 2021-07-04 16:15:42 +02:00
parent 162416fe2c
commit b8383ac22c

View File

@ -116,8 +116,10 @@ jobs:
- name: Upload coverage info - name: Upload coverage info
if: startsWith(matrix.config.build_type, 'Debug') if: startsWith(matrix.config.build_type, 'Debug')
env:
COVERALLS_DEBUG: true
uses: coverallsapp/github-action@master uses: coverallsapp/github-action@master
with: with:
path-to-lcov: ./build/coverage.info path-to-lcov: ${{ github.workspace }}/build/coverage.info
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}