mirror of
https://github.com/zaphar/sheetsui.git
synced 2025-07-23 21:39:51 -04:00
Compare commits
8 Commits
80b17c1cb6
...
4ae7f357c1
Author | SHA1 | Date | |
---|---|---|---|
4ae7f357c1 | |||
909a77b1f8 | |||
f0dda7e345 | |||
a8d42321ce | |||
9b2f2fbbc3 | |||
df936af046 | |||
37ce1ba7af | |||
29270c800c |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
/target
|
||||
result/
|
||||
*.json
|
||||
tarpaulin-report.*
|
||||
|
23
Makefile
23
Makefile
@ -1,23 +0,0 @@
|
||||
rwildcard=$(foreach d,$(wildcard $(1:=/*)),$(call rwildcard,$d,$2) $(filter $(subst *,%,$2),$d))
|
||||
rust_files=$(call rwildcard,src,*.rs)
|
||||
|
||||
test: $(rust-files)
|
||||
cargo test
|
||||
|
||||
build: $(rust-files)
|
||||
cargo build
|
||||
|
||||
tarpaulin-report.%: $(rust_files)
|
||||
cargo tarpaulin --skip-clean --test --out $*
|
||||
|
||||
cover: tarpaulin-report.html
|
||||
|
||||
view-cover: tarpaulin-report.html
|
||||
open $<
|
||||
|
||||
clean-tarpaulin:
|
||||
rm -f tarpaulin-report.*
|
||||
|
||||
clean: clean-tarpaulin
|
||||
cargo clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user