Skip to content

Commit 094d0e2

Browse files
authored
Refactor CI workflow by removing SonarQube step
Removed SonarQube scan step and adjusted test coverage command.
1 parent 37aebf1 commit 094d0e2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/node-ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,3 @@ jobs:
6161
run: npm install
6262
- name: Run tests with coverage
6363
run: npm run test:coverage
64-
65-
node-sonarqube:
66-
runs-on: ubuntu-latest
67-
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
68-
needs: node-test
69-
permissions:
70-
pull-requests: write
71-
72-
steps:
73-
- uses: actions/checkout@v4
74-
with:
75-
fetch-depth: 0
76-
- name: SonarQube Scan
77-
uses: SonarSource/sonarqube-scan-action@v6
78-
env:
79-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)