Fix code coverage of testing

This commit is contained in:
Tibe Habils
2023-04-23 21:37:31 +00:00
committed by Jelle De Geest
parent 94d2ccfa8d
commit 05b230dd9d
10 changed files with 12 additions and 14 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "ArchitectureTests",
"rootNamespace": "",
"references": [
"UnityEditor.TestRunner",
"UnityEngine.TestRunner",
"ArchitectureScripts"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}