Skip to content

Commit

Permalink
Fix path for coverage data
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Dec 13, 2023
1 parent 257df0e commit 4a773cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: coverage-data
path: ${{ github.workspace }}
path: ${{ github.workspace }}/build

unit-tests-windows:
name: "Unit tests, PHP ${{ matrix.php-versions }}, ${{ matrix.operating-system }}"
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: coverage-data
path: ${{ github.workspace }}/build
path: ${{ github.workspace }}

- name: Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 4a773cb

Please sign in to comment.