diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..11d5661e --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,33 @@ +# Codecov Configuration +# Reference: https://docs.codecov.com/docs/codecovyml-reference + +coverage: + status: + project: + default: + target: auto + threshold: 5% + if_ci_failed: ignore + + patch: + default: + target: auto + threshold: 5% + if_ci_failed: ignore + + changes: + default: + target: auto + threshold: 5% + if_ci_failed: ignore + +ignore: + - '*.min.css' + - '*.min.js' + - '.wp-env' + - 'build' + - 'dist' + - 'docs' + - 'node_modules' + - 'tests' + - 'vendor'