diff --git a/.github/.codecov.yml b/.github/.codecov.yml new file mode 100644 index 0000000..8ce786a --- /dev/null +++ b/.github/.codecov.yml @@ -0,0 +1,10 @@ +coverage: + status: + project: + default: + # We don't gate anything based on potentially flaky code + # coverage reports. + informational: true + patch: + default: + informational: true