From c4ff775207a6575f10a7eb64d9bdb8a914ba725a Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 13 Dec 2024 17:03:40 +0200 Subject: [PATCH] Generate JUnit file for CodeCov to process --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9cb80e3..61d4aa5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: - name: Run Tests run: | mkdir -p build/logs - vendor/bin/phpunit --configuration ${{ matrix.phpunit_config }} --coverage-clover build/logs/clover.xml + vendor/bin/phpunit --configuration ${{ matrix.phpunit_config }} --log-junit junit.xml --coverage-clover build/logs/clover.xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v5