diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..cc80b2c9 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,10 @@ +# show coverage in CI status, not as a comment. Never consider it a failure. +comment: off +coverage: + status: + project: + default: + target: 0% + patch: + default: + target: 0%