You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix globby
* bump node
* fix: preserve test exit code and ensure junit artifact is always uploaded
* fix: exclude dotfiles from yaml test file discovery
* fix: disable coverage in integration test tap run
* fix: use --disable-coverage flag for tap integration test run
* fix: allow incomplete coverage in integration tests
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
"test:coverage-report": "npm run build && tap --coverage && nyc report --reporter=text-lcov > coverage.lcov",
35
35
"test:coverage-ui": "npm run build && tap --coverage --coverage-report=html",
36
36
"test:integration-build": "npm run build && node test/integration/index.js",
37
-
"test:integration": "npm run test:integration-build && env tap run --jobs=1 --reporter=junit --reporter-file=report-junit.xml generated-tests/",
37
+
"test:integration": "npm run test:integration-build && env tap run --jobs=1 --allow-empty-coverage --allow-incomplete-coverage --reporter=junit --reporter-file=report-junit.xml generated-tests/",
0 commit comments