From d75a62ed661af25244e4825bec4813688886e3bd Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sun, 7 Mar 2021 06:54:46 +0100 Subject: [PATCH] [ci] Include commit SHA in `flag-name` --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ceb1490f3..21f0e8396 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: