Skip to content

Commit bf8b4e4

Browse files
committed
Code cov in sonarcloud
1 parent e282cd4 commit bf8b4e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
- uses: actions/checkout@v3
5959
with:
6060
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
61+
- name: Install dependencies
62+
run: npm ci --no-fund
6163
- name: Test and coverage
6264
run: npm run test:coverage
6365
- name: SonarCloud Scan

0 commit comments

Comments
 (0)