Skip to content

Commit

Permalink
Added scrutinizer configuration for code coverage; See #417
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwalk committed Nov 16, 2016
1 parent 016fa57 commit ae56f04
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .scrutinizer.yml
@@ -0,0 +1,10 @@
checks:
php: true

tools:
external_code_coverage: true

filter:
excluded_paths:
- docs/*
- tests/*

0 comments on commit ae56f04

Please sign in to comment.