Skip to content

Commit 59b2249

Browse files
authored
Merge pull request #171 from minjikarin/master
remove sonar from actions, integrate Quality gate
2 parents eb417bd + 4234187 commit 59b2249

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
branches: [ master ]
55
pull_request:
66
branches: [ master ]
7-
types: [opened, synchronize, reopened]
87
jobs:
98
build:
109
runs-on: Ubuntu-18.04
@@ -37,16 +36,3 @@ jobs:
3736
- name: Build binary wheel and a source tarball
3837
if: ${{ matrix.python-version == '3.6.8' }}
3938
run: python setup.py sdist
40-
41-
sonarcloud:
42-
name: SonarCloud
43-
runs-on: ubuntu-latest
44-
steps:
45-
- uses: actions/checkout@v2
46-
with:
47-
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
48-
- name: SonarCloud Scan
49-
uses: SonarSource/sonarcloud-github-action@master
50-
env:
51-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
52-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

sonar-project.properties

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)