We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fcf9b commit 5292efcCopy full SHA for 5292efc
2 files changed
.github/workflows/ci.yml
@@ -15,7 +15,8 @@ jobs:
15
include:
16
- mw: 'REL1_43'
17
php: 8.1
18
- type: coverage
+ # TODO: Scrutinzer Ocular overage disabled due to https://github.com/scrutinizer-ci/ocular/issues/51
19
+ type: normal
20
experimental: true
21
- mw: 'REL1_44'
22
php: 8.2
.scrutinizer.yml
@@ -14,8 +14,9 @@ tools:
14
php_loc: true
php_analyzer: true
sensiolabs_security_checker: true
- external_code_coverage:
- timeout: '1200' # timeout in seconds
+ # external_code_coverage:
+ # timeout: '1200' # timeout in seconds
checks:
php:
0 commit comments