Skip to content

Commit 099b8e2

Browse files
committed
fix file paths
1 parent 104fee6 commit 099b8e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
- name: Install dependencies
5656
run: composer update --prefer-stable --prefer-dist --no-interaction
5757
- name: Execute tests
58-
run: vendor/bin/pest --coverage-clover=coverage.xml
58+
run: vendor/bin/pest --coverage-clover=build/logs/clover.xml
5959
- name: Execute type coverage tests
60-
run: vendor/bin/pest --type-coverage --type-coverage-json=pest-coverage.json
60+
run: vendor/bin/pest --type-coverage --type-coverage-json=build/logs/pest-coverage.json
6161

6262
- name: Upload coverage results
6363
run: |
6464
bash <(curl -s https://raw.githubusercontent.com/getOtterWise/bash-uploader/main/uploader.sh) --repo-token ${{ secrets.OTTERWISE_TOKEN }}
65-
bash <(curl -s https://raw.githubusercontent.com/getOtterWise/bash-uploader/main/uploader.sh) --type-coverage-file pest-coverage.json
65+
bash <(curl -s https://raw.githubusercontent.com/getOtterWise/bash-uploader/main/uploader.sh) --type-coverage-file build/logs/pest-coverage.json

0 commit comments

Comments
 (0)