mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-22 05:36:13 +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 uses: coverallsapp/github-action@v2
env: env:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
# Note: This is the only path that the Coveralls GitHub Action supports. files: .Build/coverage/merged.xml
# So we cannot use something like .Build/coverage/clover.xml here.
file: build/logs/clover.xml
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View file

@ -131,7 +131,7 @@
], ],
"ci:coverage:merge": [ "ci:coverage:merge": [
"@coverage:create-directories", "@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": [ "ci:coverage:unit": [
"@coverage:create-directories", "@coverage:create-directories",