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.
FlyingFred/Flying Fred/Library/PackageCache/com.unity.testtools.codecov...
Ali Sharoz 045f2f8c0d Empty Project 3 months ago
..
Documentation~ Empty Project 3 months ago
Editor Empty Project 3 months ago
Samples~ Empty Project 3 months ago
lib Empty Project 3 months ago
.signature Empty Project 3 months ago
CHANGELOG.md Empty Project 3 months ago
CHANGELOG.md.meta Empty Project 3 months ago
Editor.meta Empty Project 3 months ago
LICENSE.md Empty Project 3 months ago
LICENSE.md.meta Empty Project 3 months ago
README.md Empty Project 3 months ago
README.md.meta Empty Project 3 months ago
Third Party Notices.md Empty Project 3 months ago
Third Party Notices.md.meta Empty Project 3 months ago
lib.meta Empty Project 3 months ago
package.json Empty Project 3 months ago
package.json.meta Empty Project 3 months ago

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.