diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-31 10:57:06 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-31 11:58:56 +0100 |
| commit | afcee8b701117e8d6fc28d3dee9734ab8d6f7fbb (patch) | |
| tree | b3722a6d598c02c210e3a30ee1581b0910228184 | |
| parent | 12ae6d1aa164a1ae849694722f647ac4703f750e (diff) | |
gnu: Add go-go-shabbyrobe-org-gocovmerge.
* gnu/packages/golang-check.scm (go-go-shabbyrobe-org-gocovmerge): New variable.
Change-Id: I557a43d6d97bf197518788588eecefd2cfb5aa73
| -rw-r--r-- | gnu/packages/golang-check.scm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index de9158b27b6..8695b4d62fc 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -3342,6 +3342,33 @@ and restore them afterwards.") @url{http://www.freebsd.org/cgi/man.cgi?query=fail,failpoints} for Golang.") (license license:asl2.0))) +(define-public go-go-shabbyrobe-org-gocovmerge + (package + (name "go-go-shabbyrobe-org-gocovmerge") + (version "0.0.0-20230507111327-fa4f82cfbf4d") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://git.sr.ht/~shabbyrobe/gocovmerge") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0sbr6i1m5hjbnlfad8cl8w30949r02c66l85hcmyyd9ka30mqr23")))) + (build-system go-build-system) + (arguments + (list + #:import-path "go.shabbyrobe.org/gocovmerge")) + (propagated-inputs + (list go-golang-org-x-tools)) + (home-page "https://go.shabbyrobe.org/gocovmerge") + (synopsis "gocovmerge") + (description + "Package gocovmerge takes the results from multiple @code{go test +-coverprofile} runs and merges them into one profile. It is a maintained fork +of @url{https://github.com/wadey/gocovmerge}.") + (license license:bsd-2))) + (define-public go-go-simpler-org-sloglint (package (name "go-go-simpler-org-sloglint") |
