From 02ff1a78ab2b82b7b785ba307cb5821fbea97f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Lavall=C3=A9e-Bourdeau?= Date: Thu, 14 Aug 2025 15:57:00 -0400 Subject: [PATCH] TA#72372 [14.0][UPD] circleCI to remove codacy test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7937ebc4..3b4dbb77 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,9 +18,9 @@ jobs: name: Run Test command: docker-compose run --rm odoo run_pytest.sh - - run: - name: Codacy Coverage - command: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l python -r .log/coverage.xml + # - run: + # name: Codacy Coverage + # command: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l python -r .log/coverage.xml - store_test_results: path: .log