mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-21 23:16:12 +01:00

Try files instead of file

This commit is contained in:
Oliver Klee 2024-08-24 10:53:06 +02:00
parent 7956f7e75d
commit a16c1373b0
No known key found for this signature in database
GPG key ID: E74BB46157AA8FDF
2 changed files with 2 additions and 4 deletions

View file

@ -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:

View file

@ -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",