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.
41 lines
2.4 KiB
JSON
41 lines
2.4 KiB
JSON
{
|
|
"name": "com.unity.testtools.codecoverage",
|
|
"displayName": "Code Coverage",
|
|
"version": "1.2.3",
|
|
"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.3"
|
|
},
|
|
"_upm": {
|
|
"changelog": "### Fixes\n- Fixed failing to gather code coverage for generic methods (case [COV-17](https://issuetracker.unity3d.com/issues/coverage-package-fails-to-gather-any-coverage-for-generic-methods)).\n\n### Improvements\n- Added `filtersFromFile` in *-coverageOptions* for [batchmode](https://docs.unity3d.com/Packages/com.unity.testtools.codecoverage@1.2/manual/CoverageBatchmode.html). This allows specifying an external Json file which contains path and assembly filtering rules. When this file contains relative paths, the `sourcePaths` option can be used to specify the source directories.\n<br/>**Note:** The `pathFiltersFromFile` option will be deprecated in the next package major release. Please use the new `filtersFromFile` option instead.\n- Make sure `--burst-disable-compilation` is [expected](https://docs.unity3d.com/Packages/com.unity.burst@latest/index.html?subfolder=/manual/getting-started.html#command-line-options) to be passed with two dashes, unlike other editor command line options."
|
|
},
|
|
"upmCi": {
|
|
"footprint": "f14edfded4e0c4c406d0a3b298720e3ce7d6b282"
|
|
},
|
|
"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": "d4b7ffdbe5fd9b2506f04f112caa0ed3f898c59b"
|
|
}
|
|
}
|