[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54796] [PATCH v3 17/22] gnu: Add erlang-covertool.
From: |
Hartmut Goebel |
Subject: |
[bug#54796] [PATCH v3 17/22] gnu: Add erlang-covertool. |
Date: |
Fri, 8 Apr 2022 19:03:50 +0200 |
* gnu/packages/erlang.scm (erlang-covertool): New variable.
---
gnu/packages/erlang.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 9a626a65a2..256b622fa3 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -279,6 +279,26 @@ Mozilla's canonical set.")
printing extending the io:format syntax to add colours.")
(license license:expat)))
+(define-public erlang-covertool
+ (package
+ (name "erlang-covertool")
+ (version "2.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "covertool" version))
+ (sha256
+ (base32 "1p0c1n3nl4063xwi1sv176l1x68xqf07qwvj444a5z888fx6i5aw"))))
+ (build-system rebar3-build-system)
+ (home-page "https://github.com/covertool/covertool")
+ (synopsis "Convert Erlang cover data into Cobertura XML reports")
+ (description "This package provides a build tool and plugin to convert
+exported Erlang cover data sets into Cobertura XML reports, which can then be
+feed to the Jenkins Cobertura plug-in.
+
+On @emph{hex.pm}, this plugin was previously called @code{rebar_covertool}.")
+ (license license:bsd-2)))
+
(define-public erlang-cth-readable
(package
(name "erlang-cth-readable")
--
2.30.2
- [bug#54796] [PATCH v3 01/22] import: Add hex.pm importer., (continued)
[bug#54796] [PATCH v3 02/22] gnu: Add erlang-cf., Hartmut Goebel, 2022/04/08
[bug#54796] [PATCH v3 08/22] gnu: Add erlang-eunit-formatters., Hartmut Goebel, 2022/04/08
[bug#54796] [PATCH v3 11/22] gnu: Add erlang-hex-core., Hartmut Goebel, 2022/04/08
[bug#54796] [PATCH v3 17/22] gnu: Add erlang-covertool.,
Hartmut Goebel <=
[bug#54796] [PATCH v3 20/22] gnu: Add rebar3-git-vsn., Hartmut Goebel, 2022/04/08
[bug#54796] [PATCH v4 00/22] Add importer for hex.pm and rebar3 build-system for Erlang, Hartmut Goebel, 2022/04/10