diff --git a/.codecov.yml b/.codecov.yml index d0ffe7b..13ccaaf 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,4 +1,4 @@ codecov: ignore: - - "test/**" - - "thirdparty/**" \ No newline at end of file + - "**/test/**" + - "**/thirdparty/**" \ No newline at end of file