; SPDX-FileCopyrightText: 2022 Contributors to the rez project
;
; SPDX-License-Identifier: Apache-2.0

[run]
branch = True
source_pkgs=rez_pip

[paths]
; Map files to src/ so that codecov is happy and can find the right paths.
source =
    src
    .nox/**/site-packages

[report]
exclude_also =
    def __dir__
    if TYPE_CHECKING:
    if typing\.TYPE_CHECKING:
    \.\.\.
