use node count for report instead of category count

This commit is contained in:
Brian Hicks 2019-07-24 08:40:50 -05:00
parent 8e1b22e944
commit 2ddc26e613

View File

@ -7,7 +7,7 @@ Agent information:
\(.testEnvironment | to_entries | map("\(.key): \(.value)") | join("\n "))
Summary: \(.passes | length) passes | \(.violations | length) violations | \(.incomplete | length) incomplete | \(.inapplicable | length) inapplicable
Summary: \(.passes | length) passes | \(.violations | map(.nodes | length) | add) violations | \(.incomplete | map(.nodes | length) | add) incomplete | \(.inapplicable | length) inapplicable
Violations: