Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 3ebd8e6

Browse files
committed
Add coverage and build badges
1 parent b62751f commit 3ebd8e6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
python-adb
22
==========
3+
[![Coverage Status][coverage_img]][coverage_link]
4+
[![Build Status][build_img]][build_link]
35

46
This repository contains a pure-python implementation of the ADB and Fastboot
57
protocols, using libusb1 for USB communications.
@@ -32,3 +34,8 @@ Dependencies:
3234
* One of:
3335
* python-m2crypto (0.21.1+)
3436
* python-rsa (3.2+)
37+
38+
[coverage_img]: https://coveralls.io/repos/github/google/python-adb/badge.svg?branch=master
39+
[coverage_link]: https://coveralls.io/github/google/python-adb?branch=master
40+
[build_img]: https://travis-ci.org/google/python-adb.svg?branch=master
41+
[build_link]: https://travis-ci.org/google/python-adb

0 commit comments

Comments
 (0)