Skip to content

Commit 1fde299

Browse files
committed
Disable code coverage
1 parent c255bf1 commit 1fde299

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@ jobs:
1919
RUN_PSALM: false
2020
RUN_BENCHMARK: false
2121
- PHP_VERSION: "7.2"
22-
CODE_COVERAGE: true
22+
CODE_COVERAGE: false
2323
RUN_PHPSTAN: false
2424
RUN_PSALM: false
2525
RUN_BENCHMARK: true
2626
- PHP_VERSION: "7.3"
27-
CODE_COVERAGE: true
27+
CODE_COVERAGE: false
2828
RUN_PHPSTAN: false
2929
RUN_PSALM: false
3030
RUN_BENCHMARK: false
3131
- PHP_VERSION: "7.4"
32-
CODE_COVERAGE: true
32+
CODE_COVERAGE: false
3333
RUN_PHPSTAN: true
3434
RUN_PSALM: false
3535
RUN_BENCHMARK: false
3636
- PHP_VERSION: "8.0"
37-
CODE_COVERAGE: true
37+
CODE_COVERAGE: false
3838
RUN_PHPSTAN: true
3939
RUN_PSALM: false
4040
RUN_BENCHMARK: false
4141
- PHP_VERSION: "8.1"
42-
CODE_COVERAGE: true
42+
CODE_COVERAGE: false
4343
RUN_PHPSTAN: true
4444
RUN_PSALM: false
4545
RUN_BENCHMARK: true

0 commit comments

Comments
 (0)