Skip to content

Commit

Permalink
[ci] Include commit SHA in flag-name
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Mar 7, 2021
1 parent a74dd2e commit d75a62e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -30,7 +30,8 @@ jobs:
- run: npm test
- uses: coverallsapp/github-action@v1.1.2
with:
flag-name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
flag-name:
${{github.sha}} - Node.js ${{ matrix.node }} on ${{ matrix.os }}
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
coverage:
Expand Down

0 comments on commit d75a62e

Please sign in to comment.