Christopher Johnson (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/173846

Change subject: add scrutinizer.yml
......................................................................

add scrutinizer.yml

Change-Id: I0da57589ce508dfdff789fea0f3c94dc672d6e74
---
D scruntizer.yml
A scrutinizer.yml
2 files changed, 9 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/phabricator/extensions/Sprint 
refs/changes/46/173846/1

diff --git a/scruntizer.yml b/scruntizer.yml
deleted file mode 100644
index d7450ca..0000000
--- a/scruntizer.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-# .scrutinizer.yml
-tools:
-    external_code_coverage: true
\ No newline at end of file
diff --git a/scrutinizer.yml b/scrutinizer.yml
new file mode 100644
index 0000000..688ee3c
--- /dev/null
+++ b/scrutinizer.yml
@@ -0,0 +1,9 @@
+# .scrutinizer.yml
+build:
+    tests:
+        override:
+            -
+                command: 'phpunit --coverage-clover=clover'
+                coverage:
+                    file: 'clover'
+                    format: 'php-clover'

-- 
To view, visit https://gerrit.wikimedia.org/r/173846
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0da57589ce508dfdff789fea0f3c94dc672d6e74
Gerrit-PatchSet: 1
Gerrit-Project: phabricator/extensions/Sprint
Gerrit-Branch: master
Gerrit-Owner: Christopher Johnson (WMDE) <christopher.john...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to