chore(ci): add coveralls finished step

This commit is contained in:
Ricardo Arturo Cabral Mejia 2022-10-28 23:35:59 -04:00
parent 19542be0b2
commit 77847627ed
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245

View File

@ -89,5 +89,15 @@ jobs:
path-to-lcov: .coverage/integration/lcov.info
flag-name: Integration
parallel: true
parallel-finished: true
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
finish:
name: Finish
needs: [test-units-and-cover, test-integrations-and-cover]
runs-on: ubuntu-latest
if: ${{ always() }}
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true