Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 0072ead

Browse files
committed
use kcov tool from holonix
1 parent 391c423 commit 0072ead

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

config.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ let
55
# tag will ultimately be current version when it hits holonix
66
# https://github.com/holochain/holonix/blob/master/release/default.nix#L7
77
tag = "v${current}";
8-
holonix-version = "v0.0.67";
9-
holonix-sha256 = "1rbajpads9w5gnrq89x8xw65ain6z4vxx57wj47m87768zzjadi7";
8+
holonix-version = "v0.0.68";
9+
holonix-sha256 = "1lwvl49j3f5ydakaxzqy54i6qw9cnwxmn4b0c5dhzfq0v2mx42jw";
1010
in
1111
rec {
1212

rust/test/default.nix

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ let
1111
# cargo-make coverage only really works for individual crates so we futz
1212
# with the CARGO_TARGET_DIR - also we just blanket install cargo-make
1313
14-
# using cargo-make for executing kcov
15-
cargo install cargo-make
16-
1714
# some tests require compiled wasm
1815
hc-rust-wasm-compile
1916
@@ -56,5 +53,5 @@ let
5653
'';
5754
in
5855
{
59-
buildInputs = if pkgs.stdenv.isLinux then [ pkgs.kcov pkgs.curl hc-rust-test hc-rust-coverage-kcov ] else [ hc-rust-test ];
56+
buildInputs = if pkgs.stdenv.isLinux then [ hc-rust-test hc-rust-coverage-kcov ] else [ hc-rust-test ];
6057
}

0 commit comments

Comments
 (0)