Skip to content

Commit

Permalink
Code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Gladyshev committed Dec 11, 2016
1 parent 77b90b5 commit 4606509
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,12 @@ filter:
excluded_paths:
- vendors/*
- examples/*
- tests/*
- tests/*
build:
tests:
override:
-
command: 'phpunit --coverage-clover=build/coverage_report'
coverage:
file: 'build/coverage_report'
format: 'clover'
Empty file added build/.gitkeep
Empty file.

0 comments on commit 4606509

Please sign in to comment.