ci: add more info for coveralls finished
This commit is contained in:
parent
c3f194710c
commit
227c6dda2f
|
@ -222,6 +222,8 @@ jobs:
|
||||||
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
|
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
|
||||||
with:
|
with:
|
||||||
parallel-finished: true
|
parallel-finished: true
|
||||||
|
git-branch: ${{ github.ref }}
|
||||||
|
git-commit: ${{ github.sha }}
|
||||||
|
|
||||||
- run: echo "All tests passed"
|
- run: echo "All tests passed"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue