From 5319cf9f35c4977075f40262af2751d58c96b3d4 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 14 Nov 2021 08:18:14 -0800 Subject: [PATCH] delete unused codecov.yml --- codecov.yml | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 475c4c5..0000000 --- a/codecov.yml +++ /dev/null @@ -1,42 +0,0 @@ -codecov: - branch: main - bot: null - -coverage: - precision: 2 - round: down - range: "60...100" - - notify: - irc: - default: - server: chat.freenode.net - channel: '##python-code-quality' - branches: main - threshold: 2 - message: null - - status: - project: - default: - target: auto - threshold: null - branches: null - - patch: - default: - target: auto - branches: null - - changes: - default: - branches: null - - ignore: null - fixes: - - .tox - -comment: - layout: "header, diff, changes, sunburst, uncovered, tree" - branches: null - behavior: default