Skip to content

Commit 5292efc

Browse files
committed
Disable Scrutinizer Ocular
1 parent c1fcf9b commit 5292efc

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
include:
1616
- mw: 'REL1_43'
1717
php: 8.1
18-
type: coverage
18+
# TODO: Scrutinzer Ocular overage disabled due to https://github.com/scrutinizer-ci/ocular/issues/51
19+
type: normal
1920
experimental: true
2021
- mw: 'REL1_44'
2122
php: 8.2

.scrutinizer.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ tools:
1414
php_loc: true
1515
php_analyzer: true
1616
sensiolabs_security_checker: true
17-
external_code_coverage:
18-
timeout: '1200' # timeout in seconds
17+
# TODO: Scrutinzer Ocular overage disabled due to https://github.com/scrutinizer-ci/ocular/issues/51
18+
# external_code_coverage:
19+
# timeout: '1200' # timeout in seconds
1920

2021
checks:
2122
php:

0 commit comments

Comments
 (0)