Skip to content

Commit 6e66fbe

Browse files
committed
Coverage
1 parent b82e7d7 commit 6e66fbe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ jobs:
1212
- uses: php-actions/phpunit@v4
1313
with:
1414
bootstrap: 'vendor/autoload.php'
15+
coverage_clover: 'clover.xml'
16+
- name: Upload coverage to Codecov
17+
uses: codecov/codecov-action@v5
18+
env:
19+
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)