diff --git a/.codecov.yml b/.codecov.yml index a93498d3f..246461f87 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -19,5 +19,5 @@ comment: # Ignore specific files or folders. Glob patterns are supported. # See https://docs.codecov.com/docs/ignoring-paths ignore: - - example/**/* - - test/**/* + - example/** + - test/**