Skip to content

Commit

Permalink
Fix config scrutinizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
estebandelaf committed Sep 24, 2024
1 parent bfe9513 commit b0f0fca
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,22 @@ build:
nodes:
analysis:
tests:
config_path: phpunit.xml
override:
- mkdir -p var
- vendor/bin/phpunit --configuration=phpunit.xml
environment:
php:
version: 8.2.1
extensions:
- curl
- json
- mbstring
- openssl
- soap
- xdebug
environment:
variables:
XDEBUG_MODE: coverage
LIBREDTE_TESTS_DIR: tests
LIBREDTE_COMPANY: '76192083-9'
LIBREDTE_ENV_TEST_AUTH_DATE: '2019-12-23'
Expand All @@ -23,7 +33,9 @@ tools:
standard: PSR12
php_cs_fixer:
config: php-cs-fixer.php
php_code_coverage: true
php_code_coverage:
config:
clover_file: var/tests-coverage.xml

filter:
paths:
Expand Down

0 comments on commit b0f0fca

Please sign in to comment.