From: whitequark Date: Sun, 25 Oct 2020 00:13:39 +0000 (+0000) Subject: CI: disable codecov project status. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aedbb0fa7f969ea353fd0d7bd489260beb6656fb;p=nmigen.git 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. --- 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