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:
"text": {
"type": "plain_text",
"text": (
f"There were {self.n_failures} failures, out of {self.n_tests} tests.\nThe suite ran in"
f" {self.time}."
f"There were {self.n_failures} failures, out of {self.n_tests} tests.\n"
f"Number of model failures: {self.n_model_failures}.\n"
f"The suite ran in {self.time}."
),
"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