guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7194a6d27604f40b419e0bc38d49bb659afff993
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Nov 30 20:41:44 2025 +0000

    gnu: Add go-github-com-modocache-gover.
    
    * gnu/packages/golang-check.scm (go-github-com-modocache-gover): New 
variable.
    
    Change-Id: Id0ca6243d30fef050ad7eb284221301058c5f09c
---
 gnu/packages/golang-check.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 1afc05731f..7051d780a5 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -2022,6 +2022,33 @@ between tests and a test harness.  This package helps Go 
to generate TAP
 output.")
     (license license:unlicense)))
 
+(define-public go-github-com-modocache-gover
+  (package
+    (name "go-github-com-modocache-gover")
+    (version "0.0.0-20171022184752-b58185e213c5")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/sozorogami/gover";)
+              (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1w7pzqh8ljacpxhwq9f4s4ax908dgl22qfxyrx51mblylwzvm6va"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/modocache/gover"))
+    (native-inputs
+     (list go-github-com-onsi-ginkgo))
+    (home-page "https://github.com/modocache/gover";)
+    (synopsis "Integration with coveralls.io for *.coverprofile files")
+    (description
+     "This package inplements a functionality to collect all
+@code{.coverprofile} files rooted in the project and concatenante them into a
+single file ready for https://coveralls.io/.";)
+    (license license:asl2.0)))
+
 (define-public go-github-com-nbio-st
   (package
     (name "go-github-com-nbio-st")

Reply via email to