You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
2.2 KiB
JSON
40 lines
2.2 KiB
JSON
{
|
|
"name": "com.unity.testtools.codecoverage",
|
|
"displayName": "Code Coverage",
|
|
"unity": "2019.3",
|
|
"version": "1.2.6",
|
|
"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.6"
|
|
},
|
|
"_upm": {
|
|
"changelog": "### Fixes\n- Documentation: Fixed formatting in [Using Code Coverage in batchmode](https://docs.unity3d.com/Packages/com.unity.testtools.codecoverage@1.2/manual/CoverageBatchmode.html) page (case [COV-40](https://issuetracker.unity3d.com/issues/docs-formatting-in-using-code-coverage-in-batchmode-docs-page-is-incorrect)).\n- Removed the references to the deprecated FindObjectOfType method in the *Asteroids sample project* (case [COV-42](https://issuetracker.unity3d.com/issues/sample-project-is-using-obsolete-findobjectoftype-method-which-causes-multiple-warnings-in-console-when-it-is-imported)).\n- Added missing logs for the ReportGenerator (case [COV-46](https://issuetracker.unity3d.com/issues/code-coverage-package-does-not-report-some-of-the-internal-reportgenerator-errors))."
|
|
},
|
|
"upmCi": {
|
|
"footprint": "a99b69336623ce4a328b11860e966e9ca9f9e563"
|
|
},
|
|
"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": "959db8ff97eedf9b211ad5cf320b87ac01f1e90f"
|
|
}
|
|
}
|