From dbb6517a7d7e6d111739efd7ff50253f38c70ef8 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sun, 18 Sep 2022 12:49:28 -0700 Subject: [PATCH] Remove leftover codecov config --- codecov.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 7b19db2..0000000 --- a/codecov.yml +++ /dev/null @@ -1,17 +0,0 @@ -coverage: - range: 70..100 - round: down - precision: 2 - status: - project: - default: - threshold: 2% - -# Tests aren't important for coverage -ignore: - - "tests" - -# Make less noisy comments -comment: - layout: "files" - require_changes: yes