diff --git a/.github/codecov.yaml b/.github/codecov.yaml new file mode 100644 index 0000000..f7c680b --- /dev/null +++ b/.github/codecov.yaml @@ -0,0 +1,6 @@ +codecov: + require_ci_to_pass: yes + +ignore: + - "src/bin" + - "src/repl"