mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
chore(ci): add coveralls finished step
This commit is contained in:
parent
19542be0b2
commit
77847627ed
14
.github/workflows/checks.yml
vendored
14
.github/workflows/checks.yml
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user