gnu: Add erlang-coveralls.

* gnu/packages/erlang-xyz.scm (erlang-coveralls): New variable.

Change-Id: I2fe4ee046f2eed1a5571e2337b05767b6318fe89
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-10 18:18:20 +02:00 committed by Ludovic Courtès
parent 9e84b11f09
commit 7de67e9015
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -55,6 +55,24 @@ return formatted data instead of performing direct IO write.")
(home-page "https://hexdocs.pm/binpp/")
(license license:wtfpl2)))
(define-public erlang-coveralls
(package
(name "erlang-coveralls")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "coveralls" version))
(sha256
(base32 "18q4c8bcrpa48mvwpwdh51ma84zfxhcmd70qh2956jy6m05dnm6d"))))
(build-system rebar-build-system)
(propagated-inputs (list erlang-jsx))
(synopsis "Coveralls for Erlang")
(description "This package provides @code{erlang-coveralls}, an Erlang
module to convert and send cover data to Coveralls.")
(home-page "https://hex.pm/packages/coveralls")
(license license:bsd-2)))
(define-public erlang-luerl
(package
(name "erlang-luerl")