Skip to content

Commit dcea08e

Browse files
committed
Add Codecov to README
1 parent 059111b commit dcea08e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This project is **still in alpha**, and may have bugs in it. Also, the public AP
99
[![Python Version][python-version]][pypi-url]
1010
[![pypi package][pypi-image]][pypi-url]
1111
[![Build Status][travis-image]][travis-url]
12+
[![Codecov][codecov-image]][codecov-url]
1213

1314
A Python framework to build Slack apps in a flash with the latest platform features. Check the [samples](https://github.com/slackapi/bolt-python/tree/main/samples) to know how to use this framework.
1415

@@ -115,4 +116,6 @@ The MIT License
115116
[pypi-url]: https://pypi.org/project/slack-bolt/
116117
[travis-image]: https://travis-ci.org/slackapi/bolt-python.svg?branch=main
117118
[travis-url]: https://travis-ci.org/slackapi/bolt-python
119+
[codecov-image]: https://codecov.io/gh/slackapi/bolt-python/branch/main/graph/badge.svg
120+
[codecov-url]: https://codecov.io/gh/slackapi/bolt-python
118121
[python-version]: https://img.shields.io/pypi/pyversions/slack-bolt.svg

0 commit comments

Comments
 (0)