From 03886cf6f0f135d7d6acb5231ec7a49cdda336b9 Mon Sep 17 00:00:00 2001 From: bQUARKz Date: Wed, 8 Apr 2026 07:27:24 +0100 Subject: [PATCH] update jenkinsfile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 26581673..3e33e9f8 100644 --- a/Makefile +++ b/Makefile @@ -19,10 +19,10 @@ coverage: cargo llvm-cov --workspace --all-features --html --output-dir target/llvm-cov/html --fail-under-lines 20 --fail-under-functions 20 --fail-under-regions 20 coverage-xml: - cargo llvm-cov report --workspace --all-features --cobertura --output-path target/llvm-cov/cobertura.xml + cargo llvm-cov report --cobertura --output-path target/llvm-cov/cobertura.xml coverage-json: - cargo llvm-cov report --workspace --all-features --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 ci: fmt-check clippy coverage