Skip to content

Commit

Permalink
Bugfix fix phpunit in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Oct 9, 2024
1 parent e118908 commit 082ebf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variables:
PHPMD_RULESET: 'phpmd.xml'
PHPUNIT_CONFIG_FILE: ./phpunit.xml
PHPUNIT_DIRECTORY: Tests
PHPUNIT_OPTIONS: -c $PHPUNIT_CONFIG_FILE --coverage-text --colors=never --log-junit=$JUNIT_LOG --coverage-clover=$COVERAGE_LOG --whitelist=$PHP_ANALYSE_PATHS $PHPUNIT_DIRECTORY
PHPUNIT_OPTIONS: -c $PHPUNIT_CONFIG_FILE --coverage-text --colors=never --log-junit=$JUNIT_LOG --coverage-clover=$COVERAGE_LOG $PHPUNIT_DIRECTORY
ANALYSE_COVERAGE_MIN: '0.5'
ANALYSE_COVERAGE_LAST_THRESHOLD: '5.0'
PHPCOMPATIBILITY_PHP_VERSIONS: '8.1,8.2,8.3'
Expand Down

0 comments on commit 082ebf4

Please sign in to comment.