File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
69Welcome 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
You can’t perform that action at this time.
0 commit comments