From 5d13355c67029b378f82eaf8db1c79ca74f08c6e Mon Sep 17 00:00:00 2001 From: Alex Povel Date: Sun, 14 Aug 2022 15:02:30 +0200 Subject: [PATCH] ci(testing): Add CodeCov config file to ignore 'patch' status --- .github/codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000..49129d5 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + # This kept 'failing' the CI (reporting failure for an entire commit's pipeline). + # It's perhaps a useful feature but the 'project' status should be enough for now, + # allowing us to keep that sweet, green tick mark. + patch: off