mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-19 16:27:37 +00:00
Align AI data handling disclosures
This commit is contained in:
parent
94a5ab1b59
commit
c8d72cf06f
11 changed files with 149 additions and 58 deletions
|
|
@ -12,7 +12,7 @@ REPORT = {
|
|||
},
|
||||
},
|
||||
"summary": {
|
||||
"lane_count": 17,
|
||||
"lane_count": 18,
|
||||
},
|
||||
"coverage_gaps": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ class SubsystemLookupTest(unittest.TestCase):
|
|||
{"v6-rc-cut", "v6-rc-stabilization", "v6-ga-promotion", "v6-product-lane-expansion"},
|
||||
)
|
||||
self.assertEqual(result["scope"]["control_plane_repo"], "pulse")
|
||||
self.assertEqual(result["status_summary"]["lane_count"], 17)
|
||||
self.assertEqual(result["status_summary"]["lane_count"], 18)
|
||||
|
||||
file_entry = result["files"][0]
|
||||
matches = {match["subsystem"] for match in file_entry["matches"]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue