Skip to content

Commit eafa94d

Browse files
committed
added run coverage step
1 parent 9213c77 commit eafa94d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
composer remove --dev doctrine/annotations
6767
- name: Run test suite
6868
run: composer test:unit
69+
- name: Run code coverage
70+
run: vendor/bin/simple-phpunit --colors=always --coverage-clover coverage.xml
71+
if: ${{ matrix.php-version == '8.3' && startsWith(matrix.orm, '7.0') }}
6972

7073
code-style:
7174
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)