Skip to content

Commit 9686221

Browse files
committed
fix: ci sonarcloud scan
1 parent 76ebf8b commit 9686221

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ jobs:
77
sonarcloud:
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Generate coverage
1011
- uses: actions/checkout@v4
1112
- uses: actions/setup-node@v4
1213
with:
1314
node-version: 22
1415
- run: npm run test:cov
16+
17+
- name: SonarCloud Scan
18+
uses: SonarSource/sonarcloud-github-action@master
19+
env:
20+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1521
check-application:
1622
runs-on: ubuntu-latest
1723
steps:

0 commit comments

Comments
 (0)