Skip to content

Commit 082562e

Browse files
committed
chore: wip
1 parent ac99f1e commit 082562e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ jobs:
132132
uses: php-actions/composer@v6
133133

134134
- name: PHPUnit Tests
135-
run: ./vendor/bin/phpunit --coverage-clover ./vendor/coverage.xml
135+
run: ./vendor/bin/phpunit --coverage-clover ./coverage.xml
136136

137137
- name: Upload to Codecov
138138
uses: codecov/codecov-action@v2
139139
with:
140140
token: ${{ secrets.CODE_COV_TOKEN }}
141-
files: ./vendor/coverage.xml
141+
files: ./coverage.xml
142142
verbose: true
143143

144144
- name: Publish Test Report

0 commit comments

Comments
 (0)