Skip to content

Commit a717a7d

Browse files
committed
fix build
1 parent 0cddbb8 commit a717a7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

allure-generator/src/main/java/io/qameta/allure/category/CategoriesPlugin.java

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ protected static List<TreeLayer> groupByCategories(final TestResult testResult)
152152
return Arrays.asList(categoriesLayer, messageLayer);
153153
}
154154

155+
@SuppressWarnings("CyclomaticComplexity")
155156
public static boolean matches(final TestResult result, final Category category) {
156157
final boolean matchesStatus = category.getMatchedStatuses().isEmpty()
157158
|| nonNull(result.getStatus())

0 commit comments

Comments
 (0)