File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,35 +103,3 @@ jobs:
103103 JARVIS_NOTIFY_PREVIEW_TEMPLATE : ${{ secrets.JARVIS_NOTIFY_PREVIEW_TEMPLATE }}
104104 PUBLIC_CDN_URL : ' https://btn.typeform.com'
105105
106- sonarcloud :
107- name : Test and Code Quality Report (SonarCloud)
108- needs :
109- - build-lint-test
110- runs-on : ubuntu-latest
111- steps :
112- - name : Check out Git repository
113- uses : actions/checkout@v4
114- with :
115- fetch-depth : 0
116-
117- - name : Download coverage file
118- uses : actions/download-artifact@v4
119- with :
120- name : coverage
121-
122- - name : Move the coverage file to a proper location
123- run : |
124- mkdir -p coverage
125- mv lcov.info coverage/lcov.info
126-
127- - name : Verify coverage file ready
128- run : ls -lah ./coverage/lcov.info
129-
130- - name : SonarCloud Scan
131- uses : SonarSource/sonarcloud-github-action@v2
132- with :
133- args : >
134- -Dsonar.projectVersion=${{ github.run_id }}
135- env :
136- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
137- SONAR_TOKEN : ${{ secrets.SONAR_CLOUD_TOKEN }}
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments