Skip to content

Commit 23b5bd6

Browse files
committed
ci: comment out grcov
1 parent 0057740 commit 23b5bd6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ jobs:
7474
RUSTFLAGS: "-Cinstrument-coverage"
7575
LLVM_PROFILE_FILE: "coverage-%p-%m.profraw"
7676

77-
- name: install grcov
78-
uses: actions-rs/[email protected]
79-
with:
80-
crate: grcov
81-
version: latest
82-
use-tool-cache: true
77+
# - name: install grcov
78+
# uses: actions-rs/[email protected]
79+
# with:
80+
# crate: grcov
81+
# version: latest
82+
# use-tool-cache: true
8383

8484
# - name: generate coverage report
8585
# id: coverage

0 commit comments

Comments
 (0)