From ddb000bbb554dd0402a6e7139e2ee9a1d56d0967 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 17 Jun 2024 16:58:35 -0500 Subject: [PATCH] docs: Show Codecov coverage in README coverage badge (#118) * c.f. https://codecov.io/gh/yadage/packtivity --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f8dd6b..a28ad2f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # packtivity [![DOI](https://zenodo.org/badge/53696818.svg)](https://zenodo.org/badge/latestdoi/53696818) -[![Coverage Status](https://coveralls.io/repos/github/diana-hep/packtivity/badge.svg)](https://coveralls.io/github/diana-hep/packtivity) -[![Documentation Status](https://readthedocs.org/projects/packtivity/badge/?version=latest)](http://packtivity.readthedocs.io/en/latest/?badge=latest) [![PyPI](https://img.shields.io/pypi/v/packtivity.svg)](https://pypi.python.org/pypi/packtivity) +[![codecov](https://codecov.io/gh/yadage/packtivity/graph/badge.svg?token=WQB5nnbgpn)](https://codecov.io/gh/yadage/packtivity) +[![Documentation Status](https://readthedocs.org/projects/packtivity/badge/?version=latest)](http://packtivity.readthedocs.io/en/latest/?badge=latest) + This package aims to collect implementations of both synchronous and asynchronous execution of preserved, but parametrized scientific computational tasks that come with batteries included, i.e. with a full specification of their software dependencies. In that sense they are *packaged activities* -- packtivities. This package provides tools to validate and execute data processing tasks that are written according to the "packtivity" JSON schemas defined in [`yadage-schemas`](https://github.com/yadage/yadage-schemas).