diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..186919bfd --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +coverage: + status: + project: + default: + target: 80% + threshold: 1% + +ignore: + - "third_party" + - "src/api"