From 7a84da3635aecfebfe6a74aeff01aec54d86df3c Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" Date: Sun, 20 Sep 2026 22:17:51 +0000 Subject: [PATCH] chore(ci): remove dead Codecov upload steps + lock pins Line-exact removal of dead-app CI references. --- codecov.yml | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 749f0345..00000000 --- a/codecov.yml +++ /dev/null @@ -1,49 +0,0 @@ -# SPDX-License-Identifier: AGPL-3.0-or-later -# SPDX-FileCopyrightText: 2024-2025 ECHIDNA Project Contributors -# -# Codecov configuration for ECHIDNA - -coverage: - precision: 2 - round: down - range: "70...100" - - status: - project: - default: - target: 80% - threshold: 1% - if_ci_failed: error - - patch: - default: - target: 70% - threshold: 5% - -comment: - layout: "reach,diff,flags,tree" - behavior: default - require_changes: false - require_base: false - require_head: true - -ignore: - - "tests/" - - "examples/" - - "docs/" - - "scripts/" - - "target/" - - ".cargo/" - - ".julia/" - -flags: - rust: - paths: - - src/rust/ - carryforward: true - - julia: - paths: - - src/julia/ - carryforward: true -