We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdeaf34 commit 96a1a25Copy full SHA for 96a1a25
.github/workflows/zig.yml
@@ -58,13 +58,13 @@ jobs:
58
- name: Build and test
59
run: zig build test --verbose
60
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
-
+ # - name: Install kcov
+ # if: matrix.os == 'ubuntu-latest'
+ # run: |
+ # sudo apt-get update
+ # sudo apt-get install -y jq
+ # docker pull kcov/kcov
+ #
68
# - name: Generate coverage reports
69
# if: matrix.os == 'ubuntu-latest'
70
# run: |
0 commit comments