From aa050e92926760ff0e1c234cb421139174f1b654 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sat, 9 Jan 2021 23:06:30 -0500 Subject: [PATCH] Add codecov.yml --- .github/codecov.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000..1159b47c --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,2 @@ +ignore: + - "watchdog/watchdog.go" \ No newline at end of file