From 5581fdc1e84d691ab6f7998b80500a18cfd43c9f Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 25 Oct 2020 00:13:39 +0000 Subject: [PATCH] CI: disable codecov project status. Every PR should be covered by tests, and codecov patch statuses are extremely useful. However, codecov project statuses mostly create noise because project-wide coverage in nMigen is currently primarily informational. --- .codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..5c09e4f --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,4 @@ +coverage: + status: + project: + default: false -- 2.30.2