ci: add coveralls flag-name option

This commit is contained in:
cedoor
2022-07-07 20:30:25 +02:00
parent f5a14329ec
commit bc99051aa0

View File

@@ -45,6 +45,7 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.app }}
path-to-lcov: ./coverage/${{ matrix.app }}/lcov.info
parallel: true