We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd1e52 commit 29042ebCopy full SHA for 29042eb
.github/workflows/coverage.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Install kcov
26
run: |
27
sudo apt update
28
+ sudo apt install -y binutils
29
wget https://github.com/SimonKagstrom/kcov/releases/download/v42/kcov-amd64.tar.gz
30
sudo tar xf kcov-amd64.tar.gz -C /
31
kcov --version
0 commit comments