From ffd037ff8027fdf8d33d4101f48b82873a070f03 Mon Sep 17 00:00:00 2001 From: "Cosmin M. Marina" Date: Mon, 7 Apr 2025 18:22:46 +0200 Subject: [PATCH 1/2] Update python-package.yml --- .github/workflows/python-package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index fa4dcab..7de8602 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -33,9 +33,10 @@ jobs: run: | python -m pytest -v --cov=./ --cov-report=xml --cov-report=html --cov-report=term --color=yes - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml + token: ${{ secrets.CODECOV_TOKEN }} - name: Upload Artifact uses: actions/upload-artifact@v4 with: From 5d77a54da18c90eb22ae1501e8928c5f45441892 Mon Sep 17 00:00:00 2001 From: "Cosmin M. Marina" Date: Mon, 7 Apr 2025 18:46:58 +0200 Subject: [PATCH 2/2] add badges --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a446ee6..a19f82f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # VA-AM [![Documentation Status](https://readthedocs.org/projects/va-am/badge/?version=latest)](https://va-am.readthedocs.io/en/latest/?badge=latest) -[![PyPI version](https://badge.fury.io/py/va-am.svg)](https://badge.fury.io/py/va-am) +[![PyPI Version](https://img.shields.io/pypi/v/va-am?color=blue)](https://pypi.org/project/va-am/) +[![PyPI Downloads](https://img.shields.io/pepy/dt/va-am?color=blue&label=PyPI%20downloads)](https://pepy.tech/project/va-am) [![Conda Version](https://img.shields.io/conda/vn/conda-forge/va_am.svg)](https://anaconda.org/conda-forge/va_am) +[![Conda Downloads](https://img.shields.io/conda/d/conda-forge/va_am?color=orange&label=Conda%20downloads)](https://anaconda.org/conda-forge/va_am) [![Tests](https://img.shields.io/github/actions/workflow/status/GheodeAI/va_am/python-package.yml?label=test)](https://github.com/GheodeAI/va_am/actions/workflows/python-package.yml) [![codecov](https://codecov.io/gh/GheodeAI/va_am/branch/master/graph/badge.svg)](https://codecov.io/gh/GheodeAI/va_am) +[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-brightgreen)](https://www.python.org/downloads/) +[![License](https://img.shields.io/pypi/l/va-am)](https://github.com/GheodeAI/va_am/blob/master/LICENSE) +[![Libraries.io](https://img.shields.io/librariesio/release/pypi/va-am)](https://libraries.io/pypi/va-am)