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

@@ -1,5 +1,5 @@
{
"name": "SystemArchitecture",
"name": "ArchitectureScripts",
"rootNamespace": "",
"references": [],
"includePlatforms": [],

View File

@@ -1,14 +1,12 @@
{
"name": "SystemArchitectureTests",
"name": "ArchitectureTests",
"rootNamespace": "",
"references": [
"UnityEditor.TestRunner",
"UnityEngine.TestRunner",
"SystemArchitecture"
],
"includePlatforms": [
"Editor"
"ArchitectureScripts"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,