From 34d72d64a1fed261c6dabd4e45392e01365eda57 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Wed, 23 Apr 2025 15:20:02 +0100 Subject: [PATCH] DEV: disable codecov project status this avoids failing statuses on PRs due to having to wait for test-backends in unrelated areas of the codebase --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index d05bc8e2..dc9b47cd 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,3 +4,6 @@ github_checks: ignore: - "src/array_api_extra/_lib/_compat" - "src/array_api_extra/_lib/_typing" +coverage: + status: + project: off