Skip to content

Commit 2cd1e52

Browse files
committed
kcov-2
1 parent c6e45ae commit 2cd1e52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Install kcov
2626
run: |
2727
sudo apt update
28-
sudo apt install -y kcov
28+
wget https://github.com/SimonKagstrom/kcov/releases/download/v42/kcov-amd64.tar.gz
29+
sudo tar xf kcov-amd64.tar.gz -C /
2930
kcov --version
3031
3132
- name: ▶️ Run Tests with Code Coverage

0 commit comments

Comments
 (0)