Skip to content

Commit f61c94b

Browse files
nashifkartben
authored andcommitted
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 <anas.nashif@intel.com>
1 parent 4d2ddf0 commit f61c94b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/codecov.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,6 @@ jobs:
9999
ccache -p
100100
ccache -z -s -vv
101101
102-
- name: Update BabbleSim to manifest revision
103-
run: |
104-
export BSIM_VERSION=$( west list bsim -f {revision} )
105-
echo "Manifest points to bsim sha $BSIM_VERSION"
106-
cd /opt/bsim_west/bsim
107-
git fetch -n origin ${BSIM_VERSION}
108-
git -c advice.detachedHead=false checkout ${BSIM_VERSION}
109-
west update
110-
make everything -s -j 8
111-
112102
- name: Run Tests with Twister (Push)
113103
continue-on-error: true
114104
run: |

0 commit comments

Comments
 (0)