docs: add dotnet_tests metadata columns and mark 9 failing tests

Add long_running, real_network, test_project, and failing columns to
dotnet_tests table. Set test_project for all 3,491 rows. Mark 9 known
failing tests. Fix slopwatch hook to use absolute path.
This commit is contained in:
Joseph Doherty
2026-02-24 23:48:31 -05:00
parent c4c9ddfe24
commit 1f83df12e4
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
"hooks": [
{
"type": "command",
"command": "slopwatch analyze -d . --hook",
"command": "/Users/dohertj2/.dotnet/tools/slopwatch analyze -d . --hook",
"timeout": 60000
}
]