From 5a6c65c589a9d88ce620668f5373de1fdd202af0 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 2 Aug 2020 12:52:29 +0200 Subject: [PATCH] Disable code-coverage comments --- .github/.codecov.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/.codecov.yml diff --git a/.github/.codecov.yml b/.github/.codecov.yml new file mode 100644 index 00000000..69cb7601 --- /dev/null +++ b/.github/.codecov.yml @@ -0,0 +1 @@ +comment: false