We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cddbb8 commit a717a7dCopy full SHA for a717a7d
allure-generator/src/main/java/io/qameta/allure/category/CategoriesPlugin.java
@@ -152,6 +152,7 @@ protected static List<TreeLayer> groupByCategories(final TestResult testResult)
152
return Arrays.asList(categoriesLayer, messageLayer);
153
}
154
155
+ @SuppressWarnings("CyclomaticComplexity")
156
public static boolean matches(final TestResult result, final Category category) {
157
final boolean matchesStatus = category.getMatchedStatuses().isEmpty()
158
|| nonNull(result.getStatus())
0 commit comments