This commit is contained in:
parent
3d33a493bf
commit
43ea8b80c9
5
Makefile
5
Makefile
@ -15,6 +15,9 @@ test-local:
|
|||||||
test-debugger-socket:
|
test-debugger-socket:
|
||||||
cargo test -p prometeu-host-desktop-winit --lib -- --ignored
|
cargo test -p prometeu-host-desktop-winit --lib -- --ignored
|
||||||
|
|
||||||
|
clean:
|
||||||
|
cargo llvm-cov clean --workspace
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
cargo llvm-cov --workspace --all-features --html --output-dir target/llvm-cov/html --fail-under-lines 0 --fail-under-functions 0 --fail-under-regions 0
|
cargo llvm-cov --workspace --all-features --html --output-dir target/llvm-cov/html --fail-under-lines 0 --fail-under-functions 0 --fail-under-regions 0
|
||||||
|
|
||||||
@ -25,5 +28,5 @@ coverage-json:
|
|||||||
cargo llvm-cov report --json --summary-only --output-path target/llvm-cov/summary.json
|
cargo llvm-cov report --json --summary-only --output-path target/llvm-cov/summary.json
|
||||||
|
|
||||||
test: fmt-check clippy test-local test-debugger-socket
|
test: fmt-check clippy test-local test-debugger-socket
|
||||||
ci: fmt-check clippy coverage
|
ci: clean fmt-check clippy coverage
|
||||||
cobertura: coverage-xml coverage-json
|
cobertura: coverage-xml coverage-json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user