Skip to content

Commit 3cd4409

Browse files
committed
Added dependency installer for renode coverage
1 parent 0d2224b commit 3cd4409

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
jobs:
10-
build-test:
10+
Code-Coverage:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3

Lab3/install_tools.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ sudo apt-get install -y gcc-arm-none-eabi gdb-multiarch binutils-arm-none-eabi
44

55
wget https://github.com/renode/renode/releases/download/v1.16.1/renode_1.16.1_amd64.deb
66
sudo dpkg -i renode_1.16.1_amd64.deb
7-
rm renode_1.16.1_amd64.deb
7+
rm renode_1.16.1_amd64.deb
8+
9+
python3 -m pip install pyelftools

0 commit comments

Comments
 (0)