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 c6e45ae commit 2cd1e52Copy full SHA for 2cd1e52
.github/workflows/coverage.yml
@@ -25,7 +25,8 @@ jobs:
25
- name: Install kcov
26
run: |
27
sudo apt update
28
- sudo apt install -y kcov
+ wget https://github.com/SimonKagstrom/kcov/releases/download/v42/kcov-amd64.tar.gz
29
+ sudo tar xf kcov-amd64.tar.gz -C /
30
kcov --version
31
32
- name: ▶️ Run Tests with Code Coverage
0 commit comments