Skip to content

Commit d75a62e

Browse files
committed
[ci] Include commit SHA in flag-name
1 parent a74dd2e commit d75a62e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
- run: npm test
3131
- uses: coverallsapp/[email protected]
3232
with:
33-
flag-name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
33+
flag-name:
34+
${{github.sha}} - Node.js ${{ matrix.node }} on ${{ matrix.os }}
3435
github-token: ${{ secrets.GITHUB_TOKEN }}
3536
parallel: true
3637
coverage:

0 commit comments

Comments
 (0)