File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -38,22 +38,10 @@ jobs:
38
38
python : " 3.8-dev"
39
39
- << : *test
40
40
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
+
53
42
- stage : Analyze
54
43
name : Sonarcloud
55
- dist : trusty
56
- python : " 3.6.1"
44
+ python : " 3.8"
57
45
addons :
58
46
sonarcloud :
59
47
organization : " getyoti"
Original file line number Diff line number Diff line change 1
1
# Yoti Python SDK #
2
2
3
3
[ ![ 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 )
5
8
6
9
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.
7
10
You can’t perform that action at this time.
0 commit comments