diff --git a/.codecov.yml b/.codecov.yml index 5cf29253c83..97a33002e58 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -7,7 +7,9 @@ coverage: range: "70...100" status: - project: yes + project: + default: + informational: true patch: yes changes: no @@ -26,3 +28,5 @@ comment: ignore: - "**/views/**/*.php" + - "**/settings/**.*.php" + - "**/conf/**/*.php"