Skip to content

Commit

Permalink
Update .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik authored Feb 23, 2024
1 parent 5715cbb commit c8bf707
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
image: default-jammy

nodes:
build:
tests:
override:
- command: XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
coverage:
file: coverage.clover
format: clover

analysis:
tests:
override:
- php-scrutinizer-run

filter:
excluded_paths: [tests/*]
Expand All @@ -23,8 +33,3 @@ checks:
fix_line_ending: true
fix_identation_4spaces: true
fix_doc_comments: true

tools:
external_code_coverage:
timeout: 600
runs: 2

0 comments on commit c8bf707

Please sign in to comment.