Skip to content

Commit c91e069

Browse files
committed
fix: sonar config
1 parent b5365fb commit c91e069

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/nodejs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v2
26+
- run: git fetch --unshallow
2627
- name: Use Node.js ${{ matrix.node-version }}
2728
uses: actions/setup-node@v1
2829
with:

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ sonar.organization=hardyscc
33
sonar.projectKey=hardyscc_aws-nestjs-starter
44
sonar.inclusions=src/**/*.ts
55
sonar.exclusions=src/**/*.spec.ts,src/*.ts
6-
sonar.typescript.lcov.reportPaths=coverage/lcov.info
6+
sonar.javascript.lcov.reportPaths=coverage/lcov.info

0 commit comments

Comments
 (0)