Skip to content

Commit b8386fd

Browse files
committed
Disable coverage where not needed
1 parent c7e3429 commit b8386fd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
php-version: '8.0'
2121
tools: composer:v2
2222
extensions: mbstring, xml
23+
coverage: none
2324

2425
- name: Setup problem matchers for PHP
2526
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
php-version: '8.2'
4949
tools: composer:v2
5050
extensions: ctype, date, dom, hash, intl, json, mbstring, mysql, openssl, pcre, pdo, pdo_sqlite, spl, xml
51+
coverage: none
5152

5253
- name: Setup problem matchers for PHP
5354
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"

0 commit comments

Comments
 (0)