Skip to content

Commit

Permalink
code coverage added
Browse files Browse the repository at this point in the history
  • Loading branch information
kapersoft committed Aug 31, 2017
1 parent b1309c8 commit 5b5bdaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .scrutinizer.yml
@@ -1,8 +1,8 @@
filter:
excluded_paths: [tests/*]

checks:
php:
code_rating: true
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
Expand All @@ -16,3 +16,7 @@ checks:
fix_line_ending: true
fix_identation_4spaces: true
fix_doc_comments: true
tools:
external_code_coverage:
timeout: 600
runs: 3

0 comments on commit 5b5bdaf

Please sign in to comment.