diff --git a/box.json b/box.json index 7d58c54..9bebf1b 100644 --- a/box.json +++ b/box.json @@ -5,12 +5,12 @@ "slug":"testbox-cli", "author":"Ortus Solutions, Corp", "homepage":"https://www.forgebox.io/view/testbox-cli", - "documentation":"https://github.com/commandbox-modules/wiki", + "documentation":"https://github.com/Ortus-Solutions/testbox-cli/wiki", "repository":{ "type":"git", - "url":"https://github.com/commandbox-modules/testbox-cli" + "url":"https://github.com/Ortus-Solutions/testbox-cli" }, - "bugs":"https://github.com/commandbox-modules/testbox-cli/issues", + "bugs":"https://github.com/Ortus-Solutions/testbox-cli/issues", "shortDescription":"The TestBox CLI will assist you with running, reporting and generating tests", "type":"commandbox-modules", "keywords":[], diff --git a/models/CLIRenderer.cfc b/models/CLIRenderer.cfc index fdac001..b8cd486 100644 --- a/models/CLIRenderer.cfc +++ b/models/CLIRenderer.cfc @@ -142,6 +142,12 @@ component { } } + var thisColor = getAggregatedColor( + arguments.testData.totalError, + arguments.testData.totalFail, + 0 + ); + // Print Summary // cfformat-ignore-start arguments.print