File: 0006-Disable-code-coverage-report.patch

package info (click to toggle)
php-malkusch-lock 2.3.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 452 kB
  • sloc: php: 2,124; makefile: 19
file content (22 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: James Valleroy <jvalleroy@mailbox.org>
Date: Sun, 8 Dec 2024 16:47:48 -0500
Subject: Disable code coverage report

---
 phpunit.xml.dist | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 7855a37..996fafb 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -10,9 +10,4 @@
             <directory>tests</directory>
         </include>
     </source>
-    <coverage>
-        <report>
-            <php outputFile="coverage/phpunit.cov" />
-        </report>
-    </coverage>
 </phpunit>