Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
feat: remove coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowrey committed Dec 10, 2023
1 parent 9d6a9ee commit ef1c7cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .coveragerc

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef1c7cc

Please sign in to comment.