GNU bug report logs - #67902
[PATCH 00/95] PHP package chain.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 19 Dec 2023 13:48:02 UTC

Severity: normal

Tags: patch

Full log


Message #962 received at 67902 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 67902 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH v5 23/54] gnu: Add php-phpunit-php-code-coverage.
Date: Fri, 18 Oct 2024 01:05:46 +0200
* gnu/packages/php-bootstrap.scm (php-phpunit-php-code-coverage): New variable.
---
 gnu/packages/php-bootstrap.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/php-bootstrap.scm b/gnu/packages/php-bootstrap.scm
index 179e33e197..0fb149ac77 100644
--- a/gnu/packages/php-bootstrap.scm
+++ b/gnu/packages/php-bootstrap.scm
@@ -583,3 +583,36 @@ (define-public php-phpstan-phpdoc-parser
 intersection and generic types.")
     (home-page "https://github.com/phpstan/phpdoc-parser")
     (license license:expat)))
+
+(define-public php-phpunit-php-code-coverage
+  (package
+    (name "php-phpunit-php-code-coverage")
+    (version "9.2.29")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/sebastianbergmann/php-code-coverage")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "16hza9xf1x1rixym4rwhffipwbl3r1jq2hi1r1d1c5fpsdcpg31p"))))
+    (build-system composer-build-system)
+    (inputs
+     (list php-nikic-php-parser
+           php-sebastian-complexity
+           php-sebastian-lines-of-code
+           php-sebastian-version
+           php-sebastian-environment
+           php-sebastian-code-unit-reverse-lookup
+           php-theseer-tokenizer
+           php-phpunit-php-text-template
+           php-phpunit-php-token-stream
+           php-phpunit-php-file-iterator))
+    (native-inputs
+     (list php-phpunit-phpunit))
+    (synopsis "Code coverage information library")
+    (description "This package is a library that provides collection,
+processing, and rendering functionality for PHP code coverage information.")
+    (home-page "https://github.com/sebastianbergmann/php-code-coverage")
+    (license license:bsd-3)))
-- 
2.46.0





This bug report was last modified 240 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.