From 18e8bb822b77ad2cf223b9fb97e3f9cb72019bb5 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sat, 2 May 2020 23:20:36 -0500 Subject: [PATCH] maint/CICD ~ configure CodeCov to report but "allow-failure" --- .codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 502b3035a..98a7d2c7c 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,3 +5,9 @@ coverage: project: default: informational: true + changes: + default: + informational: true + patch: + default: + informational: true