From 1042d9fbc05aff9d51f15c2824a8521e963d0acd Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Mon, 26 Nov 2018 18:58:39 +0330 Subject: [PATCH] [ci] Add .codecov.yml Similar to https://github.com/GoogleChrome/lighthouse/blob/master/.codecov.yml No strong preference on commenting, feel free to enable it again --- .codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..e9b8ab481 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,7 @@ +comment: off + +coverage: + status: + project: + default: + threshold: 1%