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.
This commit is contained in:
Darragh Bailey
2021-03-13 14:56:24 +00:00
committed by GitHub
parent bb2b022d3f
commit 28beb0c5f9

View File

@@ -75,7 +75,6 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
flag-name: run-${{ matrix.vagrant }}
parallel: true