diff --git a/.coveragerc b/.coveragerc deleted file mode 100644 index f9c02a1..0000000 --- a/.coveragerc +++ /dev/null @@ -1,5 +0,0 @@ -[report] - -omit = - __main__.py - version.py \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f3e3f6a..b2e312e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,9 +55,3 @@ jobs: - name: pytest run: | nox --non-interactive --session tests - - - name: Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: coverage.lcov \ No newline at end of file diff --git a/README.md b/README.md index a54fadc..3051d35 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ YoutubeBrainz allows you to find and download Youtube videos associated to an al ![example](docs/assets/gettingstarted.gif) -[![GPL 3.0](https://img.shields.io/badge/license-GPL_3.0-blue.svg)](LICENSE.md) -[![Coverage Status](https://coveralls.io/repos/github/Flowrey/youtube-bz/badge.svg?branch=master)](https://coveralls.io/github/Flowrey/youtube-bz?branch=master) -![Coverage Status](https://github.com/flowrey/youtube-bz/actions/workflows/tests.yml/badge.svg) +[![PyPI version](https://badge.fury.io/py/youtube-bz.svg)](https://badge.fury.io/py/youtube-bz) +![Tests](https://github.com/flowrey/youtube-bz/actions/workflows/tests.yml/badge.svg?branch=master) +![Downloads](https://static.pepy.tech/badge/youtube-bz) ## Summary