feat: enforce Guanghu-native HoloLake runtime laws
This commit is contained in:
parent
ccee303355
commit
67e6fcdd38
57 changed files with 1765 additions and 1504 deletions
|
|
@ -20,11 +20,7 @@ log_rust 'rustfmt started'
|
|||
cargo fmt --manifest-path=src-tauri/Cargo.toml -- --check
|
||||
log_rust 'rustfmt passed'
|
||||
|
||||
log_rust 'coverage started'
|
||||
cargo llvm-cov \
|
||||
--manifest-path src-tauri/Cargo.toml \
|
||||
--no-clean \
|
||||
--ignore-filename-regex "lib\\.rs|main\\.rs|menu\\.rs" \
|
||||
--fail-under-lines 85 \
|
||||
-- --test-threads=1
|
||||
log_rust 'tests started'
|
||||
cargo test --manifest-path src-tauri/Cargo.toml -- --test-threads=1
|
||||
log_rust 'tests passed'
|
||||
log_rust "completed in $(($(date +%s) - start_time))s"
|
||||
|
|
|
|||
Loading…
Reference in a new issue