Skip to content

Commit

Permalink
wip: coverage version
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jul 29, 2024
1 parent fe89a01 commit 76cbf90
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,22 @@ jobs:
- name: Store coverage data
uses: actions/upload-artifact@v4
with:
name: code-coverage
name: code-coverage-${{ matrix.php }}
path: _coverage

coverage:
runs-on: ubuntu-latest
needs: [ phpunit ]
strategy:
matrix:
php: [ 8.2, 8.3 ]

steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
name: code-coverage
name: code-coverage-${{ matrix.php }}
path: _coverage

- name: Output coverage
Expand Down

0 comments on commit 76cbf90

Please sign in to comment.