diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000..5e5d10a --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,19 @@ +ignore: + - '!(Sources)/' + +comment: + require_changes: true + +coverage: + status: + + project: + default: + threshold: 0% + + patch: + default: + # basic + target: auto + threshold: 0% + base: auto