Skip to content

Commit c6e45ae

Browse files
committed
Testing coverage changes
1 parent f8be5d1 commit c6e45ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/coverage.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424

2525
- name: Install kcov
2626
run: |
27-
wget https://github.com/SimonKagstrom/kcov/releases/download/v42/kcov-amd64.tar.gz
28-
sudo tar xf kcov-amd64.tar.gz -C /
27+
sudo apt update
28+
sudo apt install -y kcov
29+
kcov --version
2930
30-
- name: Run Tests with kcov
31+
- name: ▶️ Run Tests with Code Coverage
3132
run: |
32-
kcov --version
3333
zig build test -Dcoverage --summary all
3434
35-
- name: Upload to Codecov
35+
- name: Upload Coverage to Codecov
3636
uses: codecov/codecov-action@v5
3737
with:
3838
directory: zig-out/coverage/kcov-merged

0 commit comments

Comments
 (0)