Skip to content

Commit

Permalink
Configure cov in scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Nov 28, 2023
1 parent a490388 commit e841cf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ build:
environment:
php:
version: 8.2
variables:
XDEBUG_MODE: coverage
tests:
override:
- make phpunit
Expand All @@ -12,7 +14,7 @@ build:
coverage:
tests:
override:
- command: make phpunit-coverage
- command: make phpunit
coverage:
file: build/coverage.xml
format: clover
Expand Down

0 comments on commit e841cf1

Please sign in to comment.