We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5365fb commit c91e069Copy full SHA for c91e069
.github/workflows/nodejs.yml
@@ -23,6 +23,7 @@ jobs:
23
24
steps:
25
- uses: actions/checkout@v2
26
+ - run: git fetch --unshallow
27
- name: Use Node.js ${{ matrix.node-version }}
28
uses: actions/setup-node@v1
29
with:
sonar-project.properties
@@ -3,4 +3,4 @@ sonar.organization=hardyscc
3
sonar.projectKey=hardyscc_aws-nestjs-starter
4
sonar.inclusions=src/**/*.ts
5
sonar.exclusions=src/**/*.spec.ts,src/*.ts
6
-sonar.typescript.lcov.reportPaths=coverage/lcov.info
+sonar.javascript.lcov.reportPaths=coverage/lcov.info
0 commit comments