Skip to content

Commit ecb8147

Browse files
committed
build(coverage): do not create junit files in parent directory
1 parent afb4dc4 commit ecb8147

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ test-results.xml
1010
admin-idp-p*.*
1111
*.env
1212
lcov.info
13+
junit.xml

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@adobe/rum-distiller",
33
"version": "1.1.0",
44
"scripts": {
5-
"test": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info --test-reporter=spec --test-reporter-destination=stdout --test-reporter=junit --test-reporter-destination=../../junit.xml",
5+
"test": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info --test-reporter=spec --test-reporter-destination=stdout --test-reporter=junit --test-reporter-destination=junit.xml",
66
"test-ci": "npm run test",
77
"lint": "eslint .",
88
"docs": "npx jsdoc2md -c .jsdoc.json --files 'src/*.js' > docs/API.md",

0 commit comments

Comments
 (0)