[#6] Fix test struct tag naming
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
e30bbe87e9
commit
b08b08d6a0
4 changed files with 72 additions and 49 deletions
|
@ -161,6 +161,8 @@ func formTestResult(group s3.Group, testsMap map[string]bool) TestResult {
|
|||
color = templates.BlueColor
|
||||
} else if strings.Contains(group.Comment, "Not applicable") {
|
||||
color = templates.BlackColor
|
||||
} else if ln == 0 && !group.Skip {
|
||||
color = templates.GreenColor
|
||||
}
|
||||
|
||||
if color == "" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue