Skip to content

Commit e97ffd0

Browse files
committed
add coverage parallel-finished job
1 parent ab1401e commit e97ffd0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/CI.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,13 @@ jobs:
5050
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
path-to-lcov: lcov.info
5252
parallel: true
53+
54+
finish:
55+
needs: test
56+
if: ${{ always() }}
57+
runs-on: ubuntu-latest
58+
steps:
59+
- name: Coveralls Finished
60+
uses: coverallsapp/github-action@v2
61+
with:
62+
parallel-finished: true

0 commit comments

Comments
 (0)