From f61c94bb1bc84710e04100c53a37567e6b3dbf59 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 31 Mar 2025 12:32:36 -0400 Subject: [PATCH] ci: codecov: remove bsim step from workflow This is not needed for this specific workflow. We do not do anything with bsim here. Signed-off-by: Anas Nashif --- .github/workflows/codecov.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 4087d73c486..841bdeb6d03 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -99,16 +99,6 @@ jobs: ccache -p ccache -z -s -vv - - name: Update BabbleSim to manifest revision - run: | - export BSIM_VERSION=$( west list bsim -f {revision} ) - echo "Manifest points to bsim sha $BSIM_VERSION" - cd /opt/bsim_west/bsim - git fetch -n origin ${BSIM_VERSION} - git -c advice.detachedHead=false checkout ${BSIM_VERSION} - west update - make everything -s -j 8 - - name: Run Tests with Twister (Push) continue-on-error: true run: |