Skip to content

Commit 24ce697

Browse files
authored
Add coverage and documentation badges to README
1 parent ba19569 commit 24ce697

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
66
[![Tests](https://github.com/doudol/EasyScrape/actions/workflows/python-app.yml/badge.svg)](https://github.com/doudol/EasyScrape/actions)
7+
[![Coverage](https://codecov.io/gh/doudol/EasyScrape/branch/main/graph/badge.svg)](https://codecov.io/gh/doudol/EasyScrape)
8+
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://easyscrape.readthedocs.io/en/latest/)
79

810

911
**Fast, secure web scraping for Python.**

0 commit comments

Comments
 (0)