Skip to content

Commit f6883c7

Browse files
authored
Merge pull request #209 from getyoti/SDK-1390-SonarCloudBadges
SDK-1390: Sonar Cloud
2 parents cb882a4 + e8e8409 commit f6883c7

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

.travis.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,10 @@ 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
55-
dist: trusty
56-
python: "3.6.1"
44+
python: "3.8"
5745
addons:
5846
sonarcloud:
5947
organization: "getyoti"

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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)
4+
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=getyoti%3Apython&metric=coverage)](https://sonarcloud.io/dashboard?id=getyoti%3Apython)
5+
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=getyoti%3Apython&metric=bugs)](https://sonarcloud.io/dashboard?id=getyoti%3Apython)
6+
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=getyoti%3Apython&metric=code_smells)](https://sonarcloud.io/dashboard?id=getyoti%3Apython)
7+
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=getyoti%3Apython&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=getyoti%3Apython)
58

69
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.
710

0 commit comments

Comments
 (0)