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

@@ -6,7 +6,7 @@
"UnityEditor.TestRunner",
"AccountsScripts",
"InterfacesScripts",
"SystemArchitecture"
"ArchitectureScripts"
],
"includePlatforms": [
"Editor"

View File

@@ -10,7 +10,7 @@
"Unity.TextMeshPro",
"AccountsScripts",
"SignPredictor",
"SystemArchitecture"
"ArchitectureScripts"
],
"includePlatforms": [],
"excludePlatforms": [],

View File

@@ -7,8 +7,8 @@
"CommonScripts",
"InterfacesScripts",
"SignPredictor",
"SystemArchitecture",
"NatML.ML"
"NatML.ML",
"ArchitectureScripts"
],
"includePlatforms": [
"Editor"

View File

@@ -4,7 +4,7 @@
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"SystemArchitecture"
"ArchitectureScripts"
],
"includePlatforms": [],
"excludePlatforms": [],

View File

@@ -7,8 +7,8 @@
"InterfacesScripts",
"SignPredictor",
"NatML.ML",
"SystemArchitecture",
"Tween"
"Tween",
"ArchitectureScripts"
],
"includePlatforms": [],
"excludePlatforms": [],

View File

@@ -8,7 +8,7 @@
"Unity.TextMeshPro",
"SpellingBeeScripts",
"AccountsScripts",
"SystemArchitecture",
"ArchitectureScripts",
"SignPredictor",
"MinigameScripts"
],

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,