From 69dcd827b6b2936df2b6dac697c1180cdeee20c6 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 19 Dec 2021 12:56:48 -0500 Subject: [PATCH] ci: disable codecov patch (#629) I don't really need the patch feature right now, so let's disable it. --- .github/workflows/{codecov.yml => coverage.yml} | 0 codecov.yml | 3 +++ 2 files changed, 3 insertions(+) rename .github/workflows/{codecov.yml => coverage.yml} (100%) create mode 100644 codecov.yml diff --git a/.github/workflows/codecov.yml b/.github/workflows/coverage.yml similarity index 100% rename from .github/workflows/codecov.yml rename to .github/workflows/coverage.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..fa348a8f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,3 @@ +coverage: + status: + patch: off