From 28beb0c5f97f5b15dbc828f9b5af3bfb96caad4c Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Sat, 13 Mar 2021 14:56:24 +0000 Subject: [PATCH] Remove flag-name due to behaviour mismatch (#1220) It appears that the suggestion that flag-name should be set when doing parallel builds, appears to lead to incorrect reporting by coveralls of the overall coverage of all runs combined back onto the PR. --- .github/workflows/unit-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 83be197..be2bcca 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -75,7 +75,6 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.github_token }} - flag-name: run-${{ matrix.vagrant }} parallel: true