diff --git a/codecov.yml b/codecov.yml index 4595e5c7..12df1c65 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,5 @@ ignore: - - "**/Test/**/*" # Recursively ignore test folder + - "**/Tests/**/*" # Recursively ignore test folder - "**/Scripts/AudioManager/Settings/ShowIfAttributeDrawer.cs" # Ignore file that can't be unittested - "**/Scripts/*.cs" # Ignore files that are only used for the example project and not included in the AudioManager source code