Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2022-11-12 13:10:03 +01:00

37 lines
1.3 KiB
JSON

{
"name": "com.unity.testtools.codecoverage",
"displayName": "Code Coverage",
"version": "1.0.1",
"unity": "2019.3",
"unityRelease": "0a8",
"description": "Use this package to export code coverage data and reports from your automated tests. Additionally, the Code Coverage package offers a Coverage Recording feature which allows capturing coverage data on demand, for manual testing or when there are no automated tests in the project.",
"keywords": [
"test",
"coverage",
"testing",
"opencover"
],
"dependencies": {
"com.unity.test-framework": "1.0.16",
"com.unity.settings-manager": "1.0.1"
},
"samples": [
{
"displayName": "Code Coverage Tutorial",
"description": "The Code Coverage Tutorial will give you an insight into what Code Coverage is and how you can identify areas of your code that need more testing, even if you haven't written any automated tests.",
"path": "Samples~/Tutorial"
}
],
"relatedPackages": {
"com.unity.testtools.codecoverage.tests": "1.0.1"
},
"upmCi": {
"footprint": "8ac86fa4c6fd7b75fa4234a7937431b232130e08"
},
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.testtools.codecoverage.git",
"type": "git",
"revision": "2777556fc6ade4006a02ea7febbae1dd3257eb7d"
}
}