From dfa8fb41e2fb6e5a50b725afad991d5643dcd3da Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 10 Apr 2025 10:34:26 +0200 Subject: [PATCH] fix coverage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7af7c354..d39f90bc8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "merge.ci": "cp zabapgit.abap ci/zabapgit_standalone.prog.abap && cd ci && abaplint --format codeframe && cd ..", "build": "rm -rf output && abap_transpile test/abap_transpile.json", "unit": "npm run build && echo RUNNING && node output/index.mjs --skip-critical", - "coverage": "npm run unit && c8 node output/index.mjs && c8 report --reporter=html", + "coverage": "npm run unit && c8 node output/index.mjs --skip-critical && c8 report --reporter=html", "integration": "npm run build && cp -f src/ui/zabapgit_icon_font.w3mi.data.woff output/ && echo RUNNING && node output/index.mjs --only-critical", "abaplint": "abaplint --format codeframe", "eslint": "eslint src"