Skip to content

Commit 48588e8

Browse files
committed
chore: wip
1 parent 5b3e538 commit 48588e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 ./coverage.xml
135+
run: ./vendor/bin/phpunit --coverage-clover ./vendor/coverage.xml
136136

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

144144
- name: Publish Test Report

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</source>
2020

2121
<logging>
22-
<junit outputFile="./vendor/junit.xml"/>
22+
<junit outputFile="vendor/junit.xml"/>
2323
</logging>
2424

2525
<coverage>

0 commit comments

Comments
 (0)