You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
2.1 KiB
41 lines
2.1 KiB
2 years ago
|
{
|
||
|
"name": "com.unity.testtools.codecoverage",
|
||
|
"displayName": "Code Coverage",
|
||
|
"version": "1.2.4",
|
||
|
"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.2.4"
|
||
|
},
|
||
|
"_upm": {
|
||
|
"changelog": "### Fixes\n- Fixed failing to gather code coverage for normal methods in generic classes (case [COV-27](https://issuetracker.unity3d.com/issues/non-generic-methods-in-generic-classes-always-show-no-coverage)).\n- Documentation: Corrected *Settings.json* path in `useProjectSettings` section in *-coverageOptions* (case [COV-26](https://issuetracker.unity3d.com/issues/documentation-for-useprojectsettings-references-incorrect-settings-dot-json-path)).\n- Make sure *Auto Generate Report* defaults to true when running from the command line (case [COV-25](https://issuetracker.unity3d.com/issues/useprojectsettings-does-not-generate-report-until-auto-generate-report-is-toggled-off-and-on-again))."
|
||
|
},
|
||
|
"upmCi": {
|
||
|
"footprint": "9f79ef84d8bc8863b44c1a564b42e4fa8490a733"
|
||
|
},
|
||
|
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.testtools.codecoverage@1.2/manual/index.html",
|
||
|
"repository": {
|
||
|
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.testtools.codecoverage.git",
|
||
|
"type": "git",
|
||
|
"revision": "a7dd0751db55cd55e3b336723fb51433c1de7244"
|
||
|
}
|
||
|
}
|