From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id oLcFOdK3dWVn/AAAauVa8A:P1 (envelope-from ) for ; Sun, 10 Dec 2023 14:06:27 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id oLcFOdK3dWVn/AAAauVa8A (envelope-from ) for ; Sun, 10 Dec 2023 14:06:27 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b=bRYsHjHS; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1702213586; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=NdJvt9D3NBlwyRoldTtQTwYbeowTwfL61AZJliLuBaA=; b=Zwo81IbBXhPvkGINu5B+Wi20ax9bu8c6rKbNAueJFa7rADZJ/UUrjY0cmpweCznQ+BRw9O zpRL0o7DHrHY9+O3UnHZQI+umN0ANVNNRk5qgBuVb65xZhM7hOwr3MhWoUS6SHvBvO3PXF XZ13iwPi4FaGU2V2fkFnacRljg/vGlW+yeSHZe7PdjDHlDheSC0UvRwN0eUU+X+Vvl7BG9 j349Gc+DvTi+1SEtV5MB4Ri3WjUhVmmeqjyjyyChcwwkeHJSFg3VBH1MuIKUgY3jxzgqXQ +cLQBWqFnhM4YjiqxTo8RYZu2khzcOwi8GCqyMJQtKrgno3ImCc8rmVo2ywT7g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b=bRYsHjHS; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1702213586; a=rsa-sha256; cv=none; b=cNpnREFM7Sn+7fNZvk0P+oqk5C2lAu8HxhidhzLF+ByIZY4MOaIRzzcbaxaMbWnWm6zZBy p+7Mpm/ph+Gxio9P9Z+RVwDX6lksBQzwIcQpk2fQZQea382EBrQp/7teLwwVdjoFtDfOJD nN+kEY8oTlnEs5QqTWbnDtmdi93gwjbqoFDB6M4/c9zXjq2gnaqvyCwwOxUTVVrwX3e2XP zpEYH+/qfM+811GVSus4rC18vRHZGV0UddoGFh6kytJYg3Zl21Z/6JNgeu4rPYEq5A7VoD DA9NW12WKa1EATE8c4z06U/FU8ui20hZFYYeagFUkWjxZEQoeajYocQ5OQcSwQ== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D5FF2255F0 for ; Sun, 10 Dec 2023 14:06:26 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rCJVS-00025G-M5; Sun, 10 Dec 2023 08:06:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rCJVI-0001vS-WD for guix-patches@gnu.org; Sun, 10 Dec 2023 08:05:54 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rCJVI-0005Tn-MH for guix-patches@gnu.org; Sun, 10 Dec 2023 08:05:52 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rCJVW-0005YZ-R2 for guix-patches@gnu.org; Sun, 10 Dec 2023 08:06:06 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#66801] [PATCH v5 11/15] gnu: Add elixir-excoveralls. Resent-From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 10 Dec 2023 13:06:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66801 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: liliana.prikler@gmail.com Cc: 66801@debbugs.gnu.org Received: via spool by 66801-submit@debbugs.gnu.org id=B66801.170221353721218 (code B ref 66801); Sun, 10 Dec 2023 13:06:06 +0000 Received: (at 66801) by debbugs.gnu.org; 10 Dec 2023 13:05:37 +0000 Received: from localhost ([127.0.0.1]:49731 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rCJV3-0005W3-06 for submit@debbugs.gnu.org; Sun, 10 Dec 2023 08:05:37 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:57779) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rCJUg-0005Ss-N6 for 66801@debbugs.gnu.org; Sun, 10 Dec 2023 08:05:15 -0500 Received: by mail.gandi.net (Postfix) with ESMTPSA id 8E0066000D; Sun, 10 Dec 2023 13:04:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=phfrohring.com; s=gm1; t=1702213492; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NdJvt9D3NBlwyRoldTtQTwYbeowTwfL61AZJliLuBaA=; b=bRYsHjHS8xs9htqr9c+/nCZXll3GjkXdKVa5KDHNL+rafR47nMXpBUN1F57czmJ3VvnRmb kfeGVuxL7NgLk06mjRs756NEOyH23KaWSysXTSO14j6P8ajhtCSAeFamDGOdaUozy+ByXb mTIXW6buWQgQB37oUNiRJqSJVwzIlcBi7C5gmeli30QRY+Ay34pMvcjEL/kP88NuNzEtn2 CfRkYGVlmubLU8wHG7a2pxLGP6N7UzjgUVk/qtgn5IRWfb02ZFORqaA4aMG2/PVCXS89t/ uTF0mrqNLJel3ISH3ZQU2rNyxQUxPuc5Hma/3V1US4e9tr6mW5uakHDZ3c5jrA== From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Date: Sun, 10 Dec 2023 14:04:04 +0100 Message-ID: <54072ed5059c7da6c29e804b7b4f50205c06b97e.1702212039.git.contact@phfrohring.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <455871374089253cc10d2c5b17c2cceee4a5272d.1702212039.git.contact@phfrohring.com> References: <455871374089253cc10d2c5b17c2cceee4a5272d.1702212039.git.contact@phfrohring.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-Sasl: contact@phfrohring.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.27 X-Spam-Score: -4.27 X-Migadu-Queue-Id: D5FF2255F0 X-Migadu-Scanner: mx10.migadu.com X-TUID: PtAY06VBBuBX From: Pierre-Henry Fröhring * gnu/packages/elixir-xyz.scm (elixir-excoveralls): New variable. Change-Id: Ib271d8a7393e21178806df28ab892afe99757297 --- gnu/packages/elixir-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm index ef80c9550..14e67060e 100644 --- a/gnu/packages/elixir-xyz.scm +++ b/gnu/packages/elixir-xyz.scm @@ -182,6 +182,28 @@ (define-public elixir-castore (home-page "https://hexdocs.pm/castore/") (license license:asl2.0))) +(define-public elixir-excoveralls + (package + (name "elixir-excoveralls") + (version "0.18.0") + (source + (origin + (method url-fetch) + (uri (hexpm-uri name version)) + (sha256 + (base32 "02x69ll5scvraky0k5gacvnnmldv5k04kgk02x087d9w3y8vn28i")))) + (build-system mix-build-system) + (propagated-inputs (list elixir-castore elixir-jason)) + (arguments (list #:tests? #f)) ; no tests + (synopsis "Coverage report tool with coveralls.io integration") + (description + "Library that reports test coverage statistics, with the option to +post to coveralls.io service. It uses Erlang's cover to generate coverage +information, and posts the test coverage results to coveralls.io through the +JSON API.") + (home-page "https://hexdocs.pm/excoveralls/") + (license license:expat))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar -- 2.41.0