File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 with :
1717 fetch-depth : 0
1818
19+ - uses : actions/setup-python@v2.1.4
20+ with :
21+ python-version : 3.9
22+
23+ - run : pip install -r requirements.txt
24+
25+ - run : pip install -e .[dev]
26+
27+ - run : pytest --cov=yoti_python_sdk yoti_python_sdk/tests --cov-report=xml:coverage-reports/coverage-new.xml
28+
29+ - run : sed -i 's+<source>.*</source>+<source>/home/travis/build/getyoti/yoti-python-sdk/yoti_python_sdk</source>+g' coverage-reports/coverage-new.xml
30+
1931 - uses : sonarsource/sonarcloud-github-action@master
2032 env :
2133 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11# Yoti Python SDK #
22
3- [ ![ Build Status] ( https://travis-ci .com/getyoti/yoti-python -sdk.svg?branch=master )] ( https://travis-ci .com/getyoti/yoti-python -sdk )
3+ [ ![ Build Status] ( https://github .com/getyoti/yoti-java -sdk/workflows/Unit%20Test/badge .svg?branch=master )] ( https://github .com/getyoti/yoti-java -sdk/actions )
44[ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=getyoti%3Apython&metric=coverage )] ( https://sonarcloud.io/dashboard?id=getyoti%3Apython )
55[ ![ Bugs] ( https://sonarcloud.io/api/project_badges/measure?project=getyoti%3Apython&metric=bugs )] ( https://sonarcloud.io/dashboard?id=getyoti%3Apython )
66[ ![ Code Smells] ( https://sonarcloud.io/api/project_badges/measure?project=getyoti%3Apython&metric=code_smells )] ( https://sonarcloud.io/dashboard?id=getyoti%3Apython )
You can’t perform that action at this time.
0 commit comments