Skip to content

Commit b1bf056

Browse files
committed
Readme updates
1 parent 58a9eb9 commit b1bf056

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
uses: actions/setup-node@v4
248248
with:
249249
node-version: 20
250-
250+
251251
- name: Run npm ci
252252
if: ${{ inputs.RUN_NPM_INSTALL == '1' }}
253253
run: npm ci
@@ -388,7 +388,7 @@ jobs:
388388
uses: actions/setup-node@v4
389389
with:
390390
node-version: 20
391-
391+
392392
- name: Run npm ci
393393
if: ${{ inputs.RUN_NPM_INSTALL == '1' }}
394394
run: npm ci
@@ -505,7 +505,7 @@ jobs:
505505
uses: actions/setup-node@v4
506506
with:
507507
node-version: 20
508-
508+
509509
- name: Run npm ci
510510
if: ${{ inputs.RUN_NPM_INSTALL == '1' }}
511511
run: npm ci
@@ -636,7 +636,7 @@ jobs:
636636
uses: actions/setup-node@v4
637637
with:
638638
node-version: 20
639-
639+
640640
- name: Run npm ci
641641
if: ${{ inputs.RUN_NPM_INSTALL == '1' }}
642642
run: npm ci

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@ call-tests:
101101
# ADVANCED CONFIGURATIONS BELOW
102102
# The following arguments are for users that need to tweak the workflow.
103103
104-
# Set this to 1 to generate a code coverage report. (See documentation below.)
105-
# Default: 0
106-
CODECOV: 0
107-
108104
# Set this to 0 to skip all MySQL/MariaDB tests.
109105
# Default: 1
110106
RUN_MYSQL_JOBS: 1
@@ -140,6 +136,10 @@ call-tests:
140136
# List the PHP versions you want your extension tested with.
141137
# Default: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
142138
PHP_VERSION_MATRIX: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
139+
140+
# Set this to 1 to generate a code coverage report. (See documentation below.)
141+
# Default: 0
142+
CODECOV: 0
143143
```
144144

145145
## 📊 Code Coverage with Codecov

0 commit comments

Comments
 (0)