Skip to content

Commit 96a1a25

Browse files
committed
quit quit quit
1 parent bdeaf34 commit 96a1a25

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/zig.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
- name: Build and test
5959
run: zig build test --verbose
6060

61-
- name: Install kcov
62-
if: matrix.os == 'ubuntu-latest'
63-
run: |
64-
sudo apt-get update
65-
sudo apt-get install -y jq
66-
docker pull kcov/kcov
67-
61+
# - name: Install kcov
62+
# if: matrix.os == 'ubuntu-latest'
63+
# run: |
64+
# sudo apt-get update
65+
# sudo apt-get install -y jq
66+
# docker pull kcov/kcov
67+
#
6868
# - name: Generate coverage reports
6969
# if: matrix.os == 'ubuntu-latest'
7070
# run: |

0 commit comments

Comments
 (0)