update jenkinsfile
Some checks failed
Test / Build occurred while executing withChecks step.

This commit is contained in:
bQUARKz 2026-04-08 07:50:35 +01:00
parent 3d33a493bf
commit 43ea8b80c9
Signed by: bquarkz
SSH Key Fingerprint: SHA256:Z7dgqoglWwoK6j6u4QC87OveEq74WOhFN+gitsxtkf8

View File

@ -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