chore: bump com.unity.testtools.codecoverage to 1.2.7 (batchmode coverage fix)

This commit is contained in:
2026-08-24 21:32:04 -03:00
parent ac61e5f875
commit ff33c43293
3 changed files with 23 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@
"com.unity.ide.rider": "3.0.39", "com.unity.ide.rider": "3.0.39",
"com.unity.ide.visualstudio": "2.0.26", "com.unity.ide.visualstudio": "2.0.26",
"com.unity.inputsystem": "1.19.0", "com.unity.inputsystem": "1.19.0",
"com.unity.testtools.codecoverage": "1.2.7",
"com.unity.render-pipelines.universal": "17.3.0", "com.unity.render-pipelines.universal": "17.3.0",
"com.unity.timeline": "1.8.12", "com.unity.timeline": "1.8.12",
"com.unity.ugui": "2.0.0", "com.unity.ugui": "2.0.0",
+17
View File
@@ -262,6 +262,13 @@
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.settings-manager": {
"version": "2.1.1",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": { "com.unity.shadergraph": {
"version": "17.3.0", "version": "17.3.0",
"depth": 1, "depth": 1,
@@ -291,6 +298,16 @@
}, },
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.testtools.codecoverage": {
"version": "1.2.7",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.0.16",
"com.unity.settings-manager": "1.0.1"
},
"url": "https://packages.unity.com"
},
"com.unity.timeline": { "com.unity.timeline": {
"version": "1.8.12", "version": "1.8.12",
"depth": 0, "depth": 0,
@@ -0,0 +1,5 @@
{
"m_Dictionary": {
"m_DictionaryValues": []
}
}