Skip to content

Commit

Permalink
Correctly report coverage across test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbestle committed Dec 27, 2020
1 parent 590554a commit 9ebeb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL: "true"
COVERALLS_FLAG_NAME: ${{ matrix.php }}
COVERALLS_FLAG_NAME: ${{ matrix.php }}-${{ matrix.composer }}
run: |
composer global require -n -q php-coveralls/php-coveralls
php-coveralls --coverage_clover=${{ github.workspace }}/clover.xml -o ${{ github.workspace }}/coveralls.json -v
Expand Down

0 comments on commit 9ebeb67

Please sign in to comment.