docs.unity3d.com
    Show / Hide Table of Contents

    Upgrading to Code Coverage package version 1.1.0

    To upgrade to Code Coverage package version 1.1.0, you need to do the following:

    • Update path filtering globbing rules

    Update path filtering globbing rules

    • Update the path filtering globbing rules in your batchmode commands and code coverage window. To keep the current behaviour when using globbing to match any number of folders, the * character should be replaced with **. A single * character can be used to specify a single folder layer.

    Examples:

    pathFilters:+C:/MyProject/Assets/Scripts/* will include all files in the C:/MyProject/Assets/Scripts folder. Files in subfolders will not be included.
    pathFilters:+C:/MyProject/Assets/Scripts/** will include all files under the C:/MyProject/Assets/Scripts folder and any of its subfolders.

    For a full list of changes and updates in this version, see the Code Coverage package changelog.

    In This Article
    • Update path filtering globbing rules
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023