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
Copy file name to clipboardExpand all lines: utbot-gradle/docs/utbot-gradle.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Utbot Gradle Plugin is a gradle plugin for generating tests and creating SARIF-reports.
4
4
5
-
The `createSarifReport` gradle task generates tests and SARIF-reports for all classes in your project (or only for classes specified in the configuration).
5
+
The `generateTestsAndSarifReport` gradle task generates tests and SARIF-reports for all classes in your project (or only for classes specified in the configuration).
6
6
In addition, it creates one big SARIF-report containing the results from all the processed files.
7
7
8
8
@@ -26,7 +26,7 @@ _TODO: The plugin has not been published yet._
26
26
</pre>
27
27
</details>
28
28
29
-
- Run gradle task `utbot/createSarifReport` to create a report.
29
+
- Run gradle task `utbot/generateTestsAndSarifReport` to create a report.
30
30
31
31
32
32
### How to configure
@@ -242,9 +242,9 @@ There are two ways to do it.
242
242
243
243
### How to configure the log level
244
244
245
-
To change the log level run the `createSarifReport` task with the appropriate flag.
245
+
To change the log level run the `generateTestsAndSarifReport` task with the appropriate flag.
246
246
247
-
For example, `createSarifReport --debug`
247
+
For example, `generateTestsAndSarifReport --debug`
248
248
249
249
Note that the internal gradle log information will also be shown.
Copy file name to clipboardExpand all lines: utbot-maven/docs/utbot-maven.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Utbot Maven Plugin is a maven plugin for generating tests and creating SARIF-reports.
4
4
5
-
The `createSarifReport` maven task generates tests and SARIF-reports for all classes in your project (or only for classes specified in the configuration).
5
+
The `generateTestsAndSarifReport` maven task generates tests and SARIF-reports for all classes in your project (or only for classes specified in the configuration).
6
6
In addition, it creates one big SARIF-report containing the results from all the processed files.
7
7
8
8
@@ -23,7 +23,7 @@ _TODO: The plugin has not been published yet._
23
23
</build>
24
24
```
25
25
26
-
- Run maven task `utbot:createSarifReport` to create a report.
26
+
- Run maven task `utbot:generateTestsAndSarifReport` to create a report.
27
27
28
28
29
29
### How to configure
@@ -136,8 +136,8 @@ you need to do the following:
136
136
137
137
### How to configure the log level
138
138
139
-
To change the log level run the `createSarifReport` task with the appropriate flag.
139
+
To change the log level run the `generateTestsAndSarifReport` task with the appropriate flag.
140
140
141
-
For example, `mvn utbot:createSarifReport --debug`
141
+
For example, `mvn utbot:generateTestsAndSarifReport --debug`
142
142
143
143
Note that the internal maven log information will also be shown.
0 commit comments