Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit bbf3aab

Browse files
committed
.scrutinizer.yml file added with clover coverage test
1 parent 63a72b4 commit bbf3aab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.scrutinizer.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
build:
2+
nodes:
3+
coverage:
4+
tests:
5+
override:
6+
- command: vendor/bin/phpunit --coverage-clover=clover.xml
7+
coverage:
8+
file: clover.xml
9+
format: clover

0 commit comments

Comments
 (0)