Skip to content

Commit

Permalink
Merge pull request #6 from Ortus-Solutions/patch/gavinUpdates
Browse files Browse the repository at this point in the history
Patch/gavinUpdates
  • Loading branch information
lmajano authored Oct 5, 2023
2 parents b501ac4 + bfe7563 commit 179fd65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -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":[],
Expand Down
6 changes: 6 additions & 0 deletions models/CLIRenderer.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ component {
}
}

var thisColor = getAggregatedColor(
arguments.testData.totalError,
arguments.testData.totalFail,
0
);

// Print Summary
// cfformat-ignore-start
arguments.print
Expand Down

0 comments on commit 179fd65

Please sign in to comment.