Skip to content

Commit fa8f30f

Browse files
committed
fix(CI): Adjust code coverage upload for PHPUnit
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 3fb8020 commit fa8f30f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/phpunit-sqlite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ jobs:
141141
run: composer run test:unit
142142

143143
- name: Upload Unit coverage
144-
uses: codecov/codecov-action@v4
144+
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
145145
env:
146146
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
147147
with:
148-
root_dir: ./apps/${{ env.APP_NAME }}
149-
files: ./apps/${{ env.APP_NAME }}/tests/clover.unit.xml
148+
working-directory: apps/${{ env.APP_NAME }}
149+
file: tests/clover.unit.xml
150150
fail_ci_if_error: true
151151
flags: unit
152152

0 commit comments

Comments
 (0)