Add codecov badge to readme (#379)

* Add codecov badge to readme

* Remove the open issues badge from the README
This commit is contained in:
Gleb Nikonorov 2020-11-26 03:36:22 -05:00 committed by GitHub
parent f2aae7d29a
commit 67d213575c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -16,12 +16,12 @@ HTML report for the test results.
.. image:: https://github.com/pytest-dev/pytest-html/workflows/gh/badge.svg
:target: https://github.com/pytest-dev/pytest-html/actions
:alt: CI
.. image:: https://img.shields.io/github/issues-raw/pytest-dev/pytest-html.svg
:target: https://github.com/pytest-dev/pytest-html/issues
:alt: Issues
.. image:: https://img.shields.io/requires/github/pytest-dev/pytest-html.svg
:target: https://requires.io/github/pytest-dev/pytest-html/requirements/?branch=master
:alt: Requirements
.. image:: https://codecov.io/gh/pytest-dev/pytest-html/branch/master/graph/badge.svg?token=Y0myNKkdbi
:target: https://codecov.io/gh/pytest-dev/pytest-html
:alt: Codecov
Requirements
------------