From 4399e566478670eccd9c408b20136e4470e0cc17 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Sat, 13 Nov 2021 11:54:16 +0100 Subject: [PATCH] ci: explicitly identify coveralls builds --- .github/workflows/coveralls.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index c0fc2d7..50a0d4b 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest env: NODE_COVERALLS_DEBUG: 1 + COVERALLS_SERVICE_JOB_ID: GCC-C++-${{steps.date.outputs.date}}-${{github.run_number}} steps: - name: Coveralls Finished