File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 26
26
run : " deno task coverage:lcov"
27
27
- name : SonarCloud Scan
28
28
uses : SonarSource/sonarcloud-github-action@master
29
+ with :
30
+ projectBaseDir : .
29
31
env :
30
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
31
33
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ sonar.projectVersion=0.0.9
10
10
sonar.javascript.lcov.reportPaths =./coverage/lcov.info
11
11
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
12
12
# This property is optional if sonar.modules is set.
13
- sonar.sources =workspaces/enums/src,workspaces/utils/src
13
+ sonar.sources =./workspaces/enums/src,./workspaces/utils/src
14
+ sonar.test.inclusions =**/*.spec.ts,**/*.spec.tsx
14
15
15
16
# exclusions
16
- sonar.exclusions =src/**/*.spec.ts
17
+ # sonar.exclusions=src/**/*.spec.ts
You can’t perform that action at this time.
0 commit comments