Skip to content

Commit

Permalink
Try files instead of file
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Aug 24, 2024
1 parent 7956f7e commit a16c137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ jobs:
uses: coverallsapp/github-action@v2
env:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Note: This is the only path that the Coveralls GitHub Action supports.
# So we cannot use something like .Build/coverage/clover.xml here.
file: build/logs/clover.xml
files: .Build/coverage/merged.xml
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
],
"ci:coverage:merge": [
"@coverage:create-directories",
"@php tools/phpcov merge --clover=build/logs/clover.xml .Build/coverage/"
"@php tools/phpcov merge --clover=.Build/coverage/merged.xml .Build/coverage/"
],
"ci:coverage:unit": [
"@coverage:create-directories",
Expand Down

0 comments on commit a16c137

Please sign in to comment.