[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51061] [PATCH v2 23/23] gnu: Add erlang-covertool.
From: |
Hartmut Goebel |
Subject: |
[bug#51061] [PATCH v2 23/23] gnu: Add erlang-covertool. |
Date: |
Wed, 6 Oct 2021 17:20:21 +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 6a79ee25d3..a55a4707fd 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -301,6 +301,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 hexpm-fetch)
+ (uri (hexpm-uri "covertool" version))
+ (sha256
+ (base32 "10krv66nabzrgkz4k3gfp7zx1x9030vnkhc0n1f1chwzwf4sa6nx"))))
+ (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#51061] [PATCH v2 14/23] gnu: Add erlang-ssl-verify-fun., (continued)
- [bug#51061] [PATCH v2 14/23] gnu: Add erlang-ssl-verify-fun., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 11/23] gnu: Add erlang-providers., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 13/23] gnu: Add erlang-hex-core., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 18/23] gnu: Add erlang-jsone., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 19/23] gnu: Add erlang-proper., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 16/23] gnu: Add rebar3., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 22/23] gnu: Add erlang-rebar3-proper., Hartmut Goebel, 2021/10/06
- [bug#42180] [PATCH v2 21/23] gnu: Add erlang-rebar3-git-vsn., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 23/23] gnu: Add erlang-covertool.,
Hartmut Goebel <=
- [bug#42180] bug#51061: [PATCH v2 01/23] guix: Add extracting-download., Ludovic Courtès, 2021/10/07
[bug#51061] [bug#42180] bug#51061: [PATCH v2 01/23] guix: Add extracting-download., Maxime Devos, 2021/10/08