File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 38
38
do
39
39
pylint --disable=R,C,W "$file" --fail-under=10;
40
40
done
41
+ - name : SonarQube Scan
42
+ if : ${{ matrix.python == '3.13' && github.actor != 'dependabot[bot]' }}
43
+ uses :
SonarSource/[email protected]
44
+ env :
45
+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
46
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
# apimatic-core-interfaces
2
2
[ ![ PyPI] [ pypi-version ]] ( https://pypi.org/project/apimatic-core-interfaces/ )
3
+ [ ![ Maintainability Rating] [ maintainability-badge ]] [ maintainability-url ]
4
+ [ ![ Vulnerabilities] [ vulnerabilities-badge ]] [ vulnerabilities-url ]
3
5
[ ![ Licence] [ license-badge ]] [ license-url ]
4
6
5
7
## Introduction
@@ -32,3 +34,7 @@ pip install apimatic-core-interfaces
32
34
[ pypi-version ] : https://img.shields.io/pypi/v/apimatic-core-interfaces
33
35
[ license-badge ] : https://img.shields.io/badge/licence-MIT-blue
34
36
[ license-url ] : LICENSE
37
+ [ maintainability-badge ] : https://sonarcloud.io/api/project_badges/measure?project=apimatic_core-interfaces-python&metric=sqale_rating
38
+ [ maintainability-url ] : https://sonarcloud.io/summary/new_code?id=apimatic_core-interfaces-python
39
+ [ vulnerabilities-badge ] : https://sonarcloud.io/api/project_badges/measure?project=apimatic_core-interfaces-python&metric=vulnerabilities
40
+ [ vulnerabilities-url ] : https://sonarcloud.io/summary/new_code?id=apimatic_core-interfaces-python
Original file line number Diff line number Diff line change
1
+ sonar.projectKey =apimatic_core-interfaces-python
2
+ sonar.projectName =APIMatic Core Interfaces Python
3
+ sonar.organization =apimatic
4
+ sonar.host.url =https://sonarcloud.io
5
+ sonar.sourceEncoding =UTF-8
6
+
7
+ sonar.sources =apimatic_core_interfaces
You can’t perform that action at this time.
0 commit comments