Changed paths:
M syz-ci/manager.go
M syz-ci/manager_test.go
Log Message:
-----------
syz-ci: query manager namespace from dashboard
Update syz-ci to retrieve the namespace for coverage uploads dynamically:
- Add namespace field to Manager struct and getNamespace() helper.
- In getNamespace(), query the new dashboard ClientInfo API to resolve the
namespace.
- In uploadCoverStat, use the resolved namespace when writing raw coverage JSONL.
- Mock ClientInfo in tests and add TestGetNamespace.