File tree Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change 10
10
types : [opened, synchronize, reopened]
11
11
12
12
jobs :
13
- typescript-tests :
13
+ Tests :
14
14
runs-on : ubuntu-latest
15
15
name : TypeScript Tests
16
16
permissions :
35
35
env :
36
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
37
38
- sonarqube-scan :
39
- runs-on : ubuntu-latest
40
- name : SonarQube Analysis
41
- permissions :
42
- contents : read
43
- steps :
44
- - uses : actions/checkout@v4
45
- with :
46
- # Disabling shallow clone is recommended for improving relevancy of reporting
47
- fetch-depth : 0
48
-
49
- - name : Setup Node.js
50
- uses : actions/setup-node@v4
51
- with :
52
- node-version-file : .node-version
53
- cache : npm
54
-
55
- - name : Install Dependencies
56
- run : npm ci --no-fund
57
-
38
+ # Note: SonarQube requires the results from tests to get the coverage report
58
39
- name : SonarQube Scan
59
40
uses : SonarSource/sonarqube-scan-action@2500896589ef8f7247069a56136f8dc177c27ccf # v5
60
41
env :
61
42
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
43
+
You can’t perform that action at this time.
0 commit comments