We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a0c89 commit 6e4d5c2Copy full SHA for 6e4d5c2
engage.toml
@@ -86,4 +86,11 @@ script = "cargo clippy --workspace --all-targets --color=always -- -D warnings"
86
[[task]]
87
name = "cargo"
88
group = "tests"
89
-script = "cargo test --workspace --all-targets --color=always -- --color=always"
+script = """
90
+cargo llvm-cov \
91
+ --workspace \
92
+ --all-targets \
93
+ --color=always \
94
+ -- \
95
+ --color=always
96
+"""
flake.gen.nix
@@ -42,6 +42,7 @@
42
devToolchain = mkToolchain (with toolchain; [
43
cargo
44
clippy
45
+ llvm-tools
46
rust-src
47
rustc
48
@@ -70,6 +71,7 @@
70
71
packages = [
72
devToolchain
73
] ++ (with pkgs; [
74
+ cargo-llvm-cov
75
engage
76
nixpkgs-fmt
77
]) ++ (with pkgs.nodePackages; [
0 commit comments