From 96dd9809f41b7dc3f33c540caaac0e663b86cbfe Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sun, 10 Jan 2021 01:27:20 -0500 Subject: [PATCH] Disable patch status --- .github/codecov.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 1159b47c..97d9a21c 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,2 +1,6 @@ ignore: - - "watchdog/watchdog.go" \ No newline at end of file + - "watchdog/watchdog.go" + +coverage: + status: + patch: off