Skip to content

Commit

Permalink
Fix scrutinizer (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered authored Feb 3, 2024
1 parent 3a9c923 commit 9820b78
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
build:
environment:
php:
version: 8.2
variables:
XDEBUG_MODE: coverage
nodes:
my-tests:
environment:
php:
version: 8.2
variables:
XDEBUG_MODE: coverage
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
tests: true
coverage:
tests:
override:
Expand All @@ -27,10 +34,6 @@ checks:
ruleset_path: 'phpcs.xml'

tools:
external_code_coverage:
timeout: 1800
runs: 2

php_cs_fixer:
enabled: true
extensions:
Expand Down

0 comments on commit 9820b78

Please sign in to comment.