Skip to content

Commit 0c90cdf

Browse files
committed
Codecov integration
1 parent a3f030c commit 0c90cdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ jobs:
1010
run: composer install
1111
- name: Run Testsuite
1212
run: vendor/bin/phpunit
13+
- name: Upload coverage reports to Codecov
14+
uses: codecov/codecov-action@v4.0.1
15+
with:
16+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)