Skip to content

Commit

Permalink
added scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christoffer-bolin committed Dec 4, 2020
1 parent fa004aa commit 3ca06eb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
imports:
- php

filter:
excluded_paths: [vendor/*, test/*]

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

tests-and-coverage:
tests:
override:
-
command: "make phpunit"
coverage:
file: "build/coverage.clover"
format: "php-clover"

0 comments on commit 3ca06eb

Please sign in to comment.