From 4f0720ef051e5ca1d6f3b152763c1ef973e515df Mon Sep 17 00:00:00 2001 From: Quentin Champenois Date: Thu, 17 Oct 2024 18:14:46 +0200 Subject: [PATCH] ci: Disable codecov --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 134dbb1..a43177c 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -3,7 +3,7 @@ on: [push] env: CI: "true" - CODECOV: "true" + CODECOV: "false" jobs: lint: