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:
parent
7956f7e75d
commit
a16c1373b0
2 changed files with 2 additions and 4 deletions
4
.github/workflows/codecoverage.yml
vendored
4
.github/workflows/codecoverage.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue