diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000..02d865d --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,9 @@ +coverage: + status: + project: + default: + base: pr + target: auto + threshold: 0.5% + informational: false + only_pulls: true