Skip to content

Commit bf4aaaa

Browse files
committed
SDK-1390: Remove coveralls step
1 parent 92e9ad6 commit bf4aaaa

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.travis.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,7 @@ jobs:
3838
python: "3.8-dev"
3939
- <<: *test
4040
python: "3.8"
41-
- <<: *test
42-
stage: Coverage
43-
name: Coveralls
44-
python: "3.7"
45-
install:
46-
- pip install -r requirements.txt
47-
- pip install -e .[dev]
48-
script:
49-
- pytest --cov=yoti_python_sdk yoti_python_sdk/tests
50-
if: type = pull_request OR branch = master
51-
after_success:
52-
- coveralls
41+
5342
- stage: Analyze
5443
name: Sonarcloud
5544
dist: trusty

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Yoti Python SDK #
22

33
[![Build Status](https://travis-ci.com/getyoti/yoti-python-sdk.svg?branch=master)](https://travis-ci.com/getyoti/yoti-python-sdk)
4-
[![Coverage Status](https://coveralls.io/repos/github/getyoti/yoti-python-sdk/badge.svg?branch=master)](https://coveralls.io/github/getyoti/yoti-python-sdk?branch=master)
54

65
Welcome to the Yoti Python SDK. This repo contains the tools and step by step instructions you need to quickly integrate your Python back-end with Yoti so that your users can share their identity details with your application in a secure and trusted way.
76

0 commit comments

Comments
 (0)