Skip to content

Commit 2120ff2

Browse files
committed
fix: add project version for sonar
1 parent c91e069 commit 2120ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sonar-project.properties

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
sonar.organization=hardyscc
33
sonar.projectKey=hardyscc_aws-nestjs-starter
4+
sonar.projectVersion=0.0.1
45
sonar.inclusions=src/**/*.ts
56
sonar.exclusions=src/**/*.spec.ts,src/*.ts
67
sonar.javascript.lcov.reportPaths=coverage/lcov.info

0 commit comments

Comments
 (0)