mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-08 22:06:13 +01:00
Add code coverage to OneFuzz (#468)
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
"Skip": false,
|
||||
"Fuzzer": {
|
||||
"$type": "libfuzzer",
|
||||
"FuzzingHarnessExecutableName": "fuzzloaders.exe"
|
||||
"FuzzingHarnessExecutableName": "fuzzloaders.exe",
|
||||
"FuzzingTargetBinaries": [
|
||||
"fuzzloaders.exe"
|
||||
]
|
||||
},
|
||||
"RebootAfterSetup": false,
|
||||
"OneFuzzJobs": [
|
||||
@@ -35,6 +38,11 @@
|
||||
"AssignedTo": "chuckw@microsoft.com",
|
||||
"AreaPath": "OS\\Core\\SiGMa\\GRFX-Graphics",
|
||||
"IterationPath": "OS\\Future"
|
||||
},
|
||||
"CodeCoverage": {
|
||||
"Org": "mscodehub",
|
||||
"Project": "DirectXTex",
|
||||
"PipelineId": "3048"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user