Skip to content

Commit b2557e3

Browse files
committed
Add missing testdox report to test-coverage job
1 parent 3deadb5 commit b2557e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: echo "ENV=testing" > .env
6060

6161
- name: Execute tests (Unit and Feature tests) via PHPUnit with coverage
62-
run: vendor/bin/pest --coverage --coverage-clover clover.xml
62+
run: vendor/bin/pest --coverage --coverage-clover clover.xml --testdox-text testdox.txt
6363

6464
- name: "Publish coverage report to Codecov"
6565
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)