Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Updated Scrutinizer config.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 12, 2018
1 parent ced2a40 commit 83b78e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,21 @@ build:
project_setup:
before:
- mysql -e "CREATE DATABASE wp_phpunit_tests"
nodes:
coverage:
tests:
override:
- command: ./vendor/bin/phpunit
coverage:
file: build/logs/clover.xml
format: clover

checks:
php:
coding_standard:
name: WordPress
code_rating: true
duplication: true

build_failure_conditions:
- 'issues.label("bug").exists'

0 comments on commit 83b78e9

Please sign in to comment.