| { | |
| "docker_service": "build-linux", | |
| "on_host_test": true, | |
| "on_host_test_shards": ["coverage"], | |
| "platforms": [ | |
| "linux-coverage" | |
| ], | |
| "includes": [ | |
| { | |
| "name":"linux", | |
| "platform":"linux-coverage", | |
| "target_platform":"linux-x64x11", | |
| "extra_gn_arguments":"use_clang_coverage=true" | |
| } | |
| ] | |
| } |