From 77db0d571b5f60b64722368f22ce790af535ea13 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 30 Apr 2022 23:17:34 +0300 Subject: [PATCH] Codecov: keep some 'comment' value to override global YAML (#446) * Codecov: keep some 'comment' value to override global YAML * Add comment to explain the config --- .github/codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000..6de1bfe0 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,8 @@ +# PR commenting is disabled in the Python org's global YAML: +# https://app.codecov.io/account/gh/python/yaml +# To enable commenting in this repo, we need some 'comment' +# config here to override the global one. +# And due to a Codecov bug, it can't be 'comment: false'. +# For more info see https://github.com/python/bedevere/issues/441 +comment: + layout: "reach, diff, flags, files"