Skip to content

Commit

Permalink
added scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Pardellas Blunier committed Feb 5, 2016
1 parent a46feff commit 2209b04
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
checks:
php:
code_rating: true
duplication: true

filter:
paths:
- src/*
excluded_paths:
- tests/*

build:
tests:
override:
-
command: phpunit --coverage-clover=coverage
coverage:
file: coverage
format: php-clover

0 comments on commit 2209b04

Please sign in to comment.