1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

CI: GitHub Annotate slow tests in partial test runs (#60359)

* CI: GitHub Annotate slow tests in partial test runs

* Correct line regex
This commit is contained in:
Franck Nijhof
2021-11-25 21:45:14 +01:00
committed by GitHub
parent f2e03420d1
commit 9b4fb44fea
2 changed files with 23 additions and 0 deletions
@@ -0,0 +1,18 @@
{
"problemMatcher": [
{
"owner": "python",
"pattern": [
{
"regexp": "^=+ slowest durations =+$"
},
{
"regexp": "^((.*s)\\s(call|setup|teardown)\\s+(.*)::(.*))$",
"message": 1,
"file": 2,
"loop": true
}
]
}
]
}