From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fjlxU-00011N-Da for guix-patches@gnu.org; Sun, 29 Jul 2018 09:42:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fjlxT-0001bD-HW for guix-patches@gnu.org; Sun, 29 Jul 2018 09:42:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56517) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fjlxT-0001b5-D5 for guix-patches@gnu.org; Sun, 29 Jul 2018 09:42:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fjlxR-0005Cf-Pq for guix-patches@gnu.org; Sun, 29 Jul 2018 09:42:03 -0400 Subject: [bug#32263] [PATCH 3/8] gnu: Add python-codecov. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180724184847.19178-1-efraim@flashner.co.il> <20180724185115.19376-1-efraim@flashner.co.il> <20180724185115.19376-3-efraim@flashner.co.il> Date: Sun, 29 Jul 2018 15:41:38 +0200 In-Reply-To: <20180724185115.19376-3-efraim@flashner.co.il> (Efraim Flashner's message of "Tue, 24 Jul 2018 21:51:10 +0300") Message-ID: <87muuagnvx.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Efraim Flashner Cc: 32263@debbugs.gnu.org Efraim Flashner skribis: > * gnu/packages/check.scm (python-codecov): New variable. [...] > + (home-page "http://github.com/codecov/codecov-python") > + (synopsis "Report uploader") What about =E2=80=9CUpload code coverage reports to @code{codecov.io}=E2=80= =9D? > + (description > + "Codecov uploads code coverage reports from many hosted providers.") Maybe =E2=80=9CCodecov collects code coverage reports from code written in Python, Java, C/C++, R, and more, and uploads it to the @code{codecov.io} service.=E2=80=9D? Otherwise LGTM! This package seems to follow the Everything as a Service trend=E2=80=A6 Ludo=E2=80=99.