Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Enabled code rating (#106)
Browse files Browse the repository at this point in the history
* Enabled code rating
* Fixes for #105 

* Fixed version

* override tests

* Re-wrote config

* Added phpunit

* Added forgotten build section

* Try to fix format

* Fixed command

* Enable code rating and duplication checks

* php-clover->clover
  • Loading branch information
weberhofer committed Nov 5, 2017
1 parent 24d2ee7 commit a910bac
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .scrutinizer.yml
@@ -1,4 +1,16 @@
build:
environment:
php: '7.1'

tests:
override:
-
command: ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml ./test
coverage:
file: build/logs/clover.xml
format: clover

checks:
php:
version: 5.6.9 # Common versions: 5.4, 5.5, 5.6, 7.0 or hhvm
code_rating: true
duplication: true

0 comments on commit a910bac

Please sign in to comment.