22 lines
461 B
JSON
22 lines
461 B
JSON
{
|
|
"platformOptions": {
|
|
|
|
},
|
|
"codeCoverage": {
|
|
"ExcludeAssembliesWithoutSources": "MissingAll",
|
|
"IncludeTestAssembly": false,
|
|
"SkipAutoProperties": true,
|
|
"AttributesExclude": [
|
|
"^System\\.ObsoleteAttribute$",
|
|
"^System\\.CodeDom\\.Compiler\\.GeneratedCodeAttribute$"
|
|
],
|
|
"SourcesExclude": [
|
|
".*\\\\tests\\\\.*\\.cs$",
|
|
".*\\\\samples\\\\.*\\.cs$"
|
|
]
|
|
},
|
|
"tunit": {
|
|
"long-running-test-seconds": 5
|
|
}
|
|
}
|