mirror of
https://github.com/zaphar/sheetsui.git
synced 2025-07-23 05:19:48 -04:00
chore: Set up code coverage toolkit
This commit is contained in:
parent
4b6b8cfa02
commit
d93f0ec90c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/target
|
/target
|
||||||
result/
|
result/
|
||||||
*.json
|
*.json
|
||||||
|
tarpaulin-*
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
rust-bin = pkgs.rust-bin;
|
rust-bin = pkgs.rust-bin;
|
||||||
|
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [ gnumake my-rust-bin rust-analyzer ];
|
nativeBuildInputs = with pkgs; [ gnumake my-rust-bin rust-analyzer cargo-tarpaulin ];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user