"vscode:/vscode.git/clone" did not exist on "0d467fd6de47433ee93ebd29fe0f3e31629dc007"
Unverified Commit 41a8fa4e authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Add the number of `model` test failures to slack CI report (#24207)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 4da84008
...@@ -193,8 +193,9 @@ class Message: ...@@ -193,8 +193,9 @@ class Message:
"text": { "text": {
"type": "plain_text", "type": "plain_text",
"text": ( "text": (
f"There were {self.n_failures} failures, out of {self.n_tests} tests.\nThe suite ran in" f"There were {self.n_failures} failures, out of {self.n_tests} tests.\n"
f" {self.time}." f"Number of model failures: {self.n_model_failures}.\n"
f"The suite ran in {self.time}."
), ),
"emoji": True, "emoji": True,
}, },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment