diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..3e147d151 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,9 @@ +# Documentation: https://docs.codecov.io/docs/codecov-yaml + +codecov: + # Avoid "Missing base report" due to committing CHANGES.rst with "[CI skip]" + # https://github.com/codecov/support/issues/363 + # https://docs.codecov.io/v4.3.6/docs/comparing-commits + allow_coverage_offsets: true + +comment: off diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index db2472009..000000000 --- a/codecov.yml +++ /dev/null @@ -1 +0,0 @@ -comment: off