Skip to content

Commit ffac7af

Browse files
committed
chore: Bump ParaTest & excl source from coverage
1 parent 1110ffa commit ffac7af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/backend-paratest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
- "**"
3131
- "!.github/**"
3232
- ".github/actions/setup-php/**"
33-
- ".github/workflows/backend.yml"
33+
- ".github/workflows/backend-paratest.yml"
3434
- "!.tx/**"
3535
- "!.vscode/**"
3636
- "!assets/**"
@@ -81,13 +81,13 @@ jobs:
8181
php: ${{ matrix.php }}
8282
ini: apc.enabled=1, apc.enable_cli=1, pcov.directory=., "pcov.exclude=\"~(vendor|tests)~\""
8383
coverage: pcov
84-
tools: phpunit:12.5.4, brianium/paratest:7.14.2
84+
tools: phpunit:12.5.4, brianium/paratest:7.16.0
8585

8686
- name: Check Composer platform requirements
8787
run: composer check-platform-reqs
8888

8989
- name: Run PHPUnit tests
90-
run: paratest -c phpunit.ci.xml --coverage-clover ${{ github.workspace }}/clover.xml
90+
run: paratest -c phpunit.ci.xml --coverage-clover ${{ github.workspace }}/clover.xml --exclude-source-from-xml-coverage
9191

9292
- name: Upload coverage results to Codecov
9393
if: matrix.php == '8.4'

0 commit comments

Comments
 (0)