You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -108,6 +109,7 @@ With TICSQServer, persistent measurement points are created which are stored in
108
109
TICSQServer can also compare the last obtained results with the previous run and apply Quality Gating.
109
110
110
111
```yaml
112
+
name: TICS Github Action
111
113
on:
112
114
push:
113
115
branches:
@@ -120,7 +122,7 @@ jobs:
120
122
- uses: actions/checkout@v4
121
123
with:
122
124
fetch-depth: 0
123
-
- name: TICS GitHub Action
125
+
- name: TICSQserver Analysis
124
126
uses: tiobe/tics-github-action@v3
125
127
with:
126
128
mode: qserver
@@ -200,6 +202,7 @@ Below, parameters are described to control infra structure and security related
200
202
There is also the possibility to do a so called "diagnostic" run. This mode can be enabled to test if TICS has been set up properly and can run on the machine the action is run on.
201
203
202
204
```yaml
205
+
name: TICS Github Action
203
206
on: workflow_dispatch
204
207
205
208
jobs:
@@ -209,7 +212,7 @@ jobs:
209
212
- uses: actions/checkout@v4
210
213
with:
211
214
fetch-depth: 0
212
-
- name: TICS GitHub Action
215
+
- name: TICS Diagnostics
213
216
uses: tiobe/tics-github-action@v3
214
217
with:
215
218
mode: diagnostic
@@ -264,6 +267,7 @@ To control the location where TICS is installed, `TICSINSTALLDIR` can be used.
0 commit comments