From 77266f3233b618755fadef6b6b27fdc535a4085e Mon Sep 17 00:00:00 2001 From: Philippe Bachilli Date: Fri, 3 Nov 2023 15:47:02 -0300 Subject: [PATCH] chore: ci coverage --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d8d981..a5b7cd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,9 +34,9 @@ jobs: - run: composer ci:coverage - - name: Fix PHPUnit code paths - run: | - sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace@g' phpunit-reports/phpunit.coverage.xml + - name: Fix coverage report paths + id: coverage + run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace@g' phpunit-reports/phpunit.coverage.xml - name: Store test results and coverage report uses: actions/upload-artifact@v3