SpecialEquipment/Library/PackageCache/com.unity.testtools.codecov...
he 28dc2ce608 Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
..
Documentation~ Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
Editor Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
Samples~ Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
lib Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
.signature Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
CHANGELOG.md Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
CHANGELOG.md.meta Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
Editor.meta Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
LICENSE.md Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
LICENSE.md.meta Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
README.md Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
README.md.meta Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
Third Party Notices.md Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
Third Party Notices.md.meta Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
lib.meta Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
package.json Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00
package.json.meta Signed-off-by: he <273918037@qq.com> 2025-08-18 09:06:12 +08:00

README.md

About Code Coverage

Use the Code Coverage package with the Test Runner to gather and present test coverage information. When you run your tests with code coverage enabled you can see exactly which lines of your code are executed when the tests run in addition to whether the tests passed or failed.

Once a test run has completed, the Code Coverage package will generate an HTML coverage report showing which lines of your code are covered by tests. Code Coverage currently supports EditMode and PlayMode tests. It also allows you to track the code coverage changes through time.

Additionally, the Code Coverage package offers a Coverage Recording feature which allows capturing coverage data on demand, in case you do not have tests in your project or doing manual testing.

The Code Coverage package is available as a released package via the Package Manager for Unity 2019.3 and above.

For more information see the Code Coverage package documentation.