Skip to content

Commit

Permalink
chore: ci coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bachilli committed Nov 3, 2023
1 parent 30839fe commit 77266f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77266f3

Please sign in to comment.