mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Update coverage configs with new format.
Update config files to specify coverage modules and git projects
in the new format.
Test: pass
Change-Id: If58fce01d6e0fbc458653709e373e59ad976f4ae
(cherry picked from commit 54604102b5)
This commit is contained in:
committed by
Ruchi Kandoi
parent
99f201ac11
commit
ae87d5a100
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"passthrough_mode": True,
|
||||
"modules": ["system/lib64/hw/nfc_nci.bullhead"],
|
||||
"git_project_path": "system/nfc",
|
||||
"git_project_name": "platform/system/nfc"
|
||||
"coverage": True,
|
||||
"modules": [{
|
||||
"module_name": "system/lib64/hw/nfc_nci.bullhead",
|
||||
"git_project": {
|
||||
"name": "platform/system/nfc",
|
||||
"path": "system/nfc"
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"modules": ["system/lib64/hw/nfc_nci.bullhead"],
|
||||
"git_project_path": "system/nfc",
|
||||
"git_project_name": "platform/system/nfc"
|
||||
"coverage": True,
|
||||
"modules": [{
|
||||
"module_name": "system/lib64/hw/nfc_nci.bullhead",
|
||||
"git_project": {
|
||||
"name": "platform/system/nfc",
|
||||
"path": "system/nfc"
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user