From b79e18b78b7ffad059a58e5e1448373cfa94d206 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Sat, 13 Nov 2021 12:37:25 +0100 Subject: [PATCH] ci: updated coveralls job id --- .github/workflows/coveralls.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 50a0d4b..be2683b 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -11,7 +11,6 @@ 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 @@ -19,3 +18,5 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true + env: + COVERALLS_SERVICE_JOB_ID: glog-${{steps.date.outputs.date}}-${{github.run_number}}