Skip to content

Commit 47d4cdc

Browse files
1023: Added themes count into the json report
1 parent d1db080 commit 47d4cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/magento/idea/magento2uct/execution/output/ReportBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ public JsonFile build() {
163163
+ "installedVersion\": \"" + summary.getInstalledVersion() + "\","
164164
+ "\"AdobeCommerceVersion\": \"" + summary.getTargetVersion() + "\","
165165
+ "\"checkedModules\": " + summary.getProcessedModules() + ","
166+
+ "\"checkedThemes\": " + summary.getProcessedThemes() + ","
166167
+ "\"runningTime\": \"" + summary.getProcessRunningTime() + "\","
167168
+ "\"totalWarnings\": " + summary.getPhpWarnings() + ","
168169
+ "\"totalErrors\": " + summary.getPhpErrors() + ","

0 commit comments

Comments
 (0)