From 2ae27aa5dc34fa2af4ff2fa96ad9279017542a4c Mon Sep 17 00:00:00 2001 From: desbma Date: Sun, 28 Jul 2024 21:22:43 +0200 Subject: [PATCH] feat: drop coveralls + update/fix badges --- .github/workflows/ci.yml | 6 +----- README.md | 4 +--- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a15a98e..125ac5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,5 @@ jobs: - run: | sudo apt-get install libxml2-dev libxslt1-dev pip install -U pip setuptools - pip install coveralls pip install -r requirements.txt - - run: coverage run --source=sacad setup.py test - - run: coveralls --service=github - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - run: python -m unittest discover -v . diff --git a/README.md b/README.md index 6c3220c..88df30b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ [![PyPI version](https://img.shields.io/pypi/v/sacad.svg?style=flat)](https://pypi.python.org/pypi/sacad/) [![AUR version](https://img.shields.io/aur/version/sacad.svg?style=flat)](https://aur.archlinux.org/packages/sacad/) -[![Tests status](https://github.com/desbma/sacad/actions/workflows/ci.yml/badge.svg)](https://github.com/desbma/sacad/actions) -[![Coverage](https://img.shields.io/coveralls/desbma/sacad/master.svg?style=flat)](https://coveralls.io/github/desbma/sacad?branch=master) -[![Lines of code](https://tokei.rs/b1/github/desbma/sacad)](https://github.com/desbma/sacad) +[![CI status](https://img.shields.io/github/actions/workflow/status/desbma/sacad/ci.yml)](https://github.com/desbma/sacad/actions) [![Supported Python versions](https://img.shields.io/pypi/pyversions/sacad.svg?style=flat)](https://pypi.python.org/pypi/sacad/) [![License](https://img.shields.io/github/license/desbma/sacad.svg?style=flat)](https://github.com/desbma/sacad/blob/master/LICENSE)