diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..8af5bd82 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +ignore: + - tests/ + - benchmarks/ + +comment: + layout: "diff" + behavior: default + require_changes: yes