Skip to content

Commit a0b14fe

Browse files
committed
Update coverage path
1 parent 3d8ba5b commit a0b14fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/run-tests-L7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
3939
4040
- name: Execute tests
41-
run: vendor/bin/phpunit --coverage-xml ./coverage tests
41+
run: vendor/bin/phpunit --coverage-xml ./ tests
4242

4343
- uses: codecov/codecov-action@v1
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
46-
directory: ./coverage
46+
file: coverage.xml

.github/workflows/run-tests-L8.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
3939
4040
- name: Execute tests
41-
run: vendor/bin/phpunit --coverage-xml ./coverage tests
41+
run: vendor/bin/phpunit --coverage-xml ./ tests
4242

4343
- uses: codecov/codecov-action@v1
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
46-
directory: ./coverage
46+
file: coverage.xml

0 commit comments

Comments
 (0)