diff --git a/.github/.codecov.yaml b/.github/.codecov.yaml index 2b3003ff57..62d96e70f1 100644 --- a/.github/.codecov.yaml +++ b/.github/.codecov.yaml @@ -33,3 +33,10 @@ comment: # to coverage report file paths. fixes: - "/home/runner/::" + +ignore: + - "docs/**/*" + - "docker/**/*" + - "examples/**/*" + - "**/test/**/*" + - "**.md" \ No newline at end of file