Add configuration for sonarcloud.io according to https://github.com/SonarSource/sonarcloud-github-action
This commit is contained in:
@@ -44,3 +44,8 @@ jobs:
|
||||
- name: Test with tox for non Jython only
|
||||
if: ${{ ! matrix.jython }}
|
||||
run: tox
|
||||
- name: SonarCloud Scan
|
||||
uses: sonarsource/sonarcloud-github-action@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user