File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,25 +129,6 @@ jobs:
129129 with :
130130 name : integration-coverage-lcov
131131 path : .coverage/integration/lcov.info
132- sonarcloud :
133- name : Sonarcloud
134- needs : [test-units-and-cover, test-integrations-and-cover]
135- if : ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
136- runs-on : ubuntu-latest
137- steps :
138- - name : Checkout
139- uses : actions/checkout@v3
140- with :
141- fetch-depth : 0
142- - uses : actions/download-artifact@v4
143- name : Download unit & integration coverage reports
144- with :
145- path : .coverage
146- - name : SonarCloud Scan
147- uses : sonarsource/sonarcloud-github-action@master
148- env :
149- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
150- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
151132 post-tests :
152133 name : Post Tests
153134 needs : [test-units-and-cover, test-integrations-and-cover]
You can’t perform that action at this time.
0 commit comments