diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a15a98e..4c2be97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,11 +20,6 @@ jobs: with: python-version: ${{matrix.python-version}} - run: | - sudo apt-get install libxml2-dev libxslt1-dev - pip install -U pip setuptools - pip install coveralls + sudo apt-get install libxml2-dev libxslt1-dev python-requests python3-pip python3-setuptools 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)