Skip to content

Commit 1aefd2d

Browse files
Merge pull request #31 from RentadroneCL/update-readme
Update readme
2 parents f461f8e + f8f679b commit 1aefd2d

6 files changed

+315
-316
lines changed

.coveralls.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
service_name: travis-ci
2+
repo_token: 7NEccSf7kdfzzsWjVxjyWu5ZeF1DGv3KR

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ script:
88
- safety check
99
- black . --check
1010
- pytest
11+
- coverage run -m pytest tests
12+
after_success: coveralls

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Web-API
22

33
[![Build Status](https://api.travis-ci.org/RentadroneCL/Web-API.svg)](https://travis-ci.org/github/RentadroneCL/Web-API)
4+
[![Coverage Status](https://coveralls.io/repos/github/RentadroneCL/ui/badge.svg?branch=master)](https://coveralls.io/github/RentadroneCL/ui?branch=master)
45
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
56
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://www.mypy-lang.org)
67
[![License](https://poser.pugx.org/composer/spdx-licenses/license)](https://packagist.org/packages/composer/spdx-licenses)

0 commit comments

Comments
 (0)