From abc0aae1eacc52c73a33820c1df37890f701b1d8 Mon Sep 17 00:00:00 2001 From: Adrien Loyant Date: Mon, 16 Sep 2024 14:19:43 +0200 Subject: [PATCH] feat(cicd) : update --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0bef660..14a8cd5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,8 +52,9 @@ jobs: # command: npm install && make test-coverage # name: Install and Make - - coveralls/upload - - codecov/upload + # Stay commented Managed in github actions + #- coveralls/upload + #- codecov/upload # Orchestrate our job run sequence workflows: