Skip to content

Commit

Permalink
ci: prepend package paths on coverage report merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-koehler committed Dec 11, 2023
1 parent 45334f6 commit 1f7dcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"lerna": "lerna",
"preparePublish": "git clean -dfx && pnpm i --frozen-lockfile && pnpm run clean && pnpm run build && pnpm run doc && pnpm run test",
"merge-report": "mkdir -p coverage && lcov-result-merger 'packages/**/coverage/lcov.info' 'coverage/lcov.info'",
"merge-report": "mkdir -p coverage && lcov-result-merger 'packages/**/coverage/lcov.info' 'coverage/lcov.info' --prepend-source-files",
"check-format": "echo 'temporarily disabled'",
"build": "lerna run build",
"bundle": "lerna run bundle",
Expand Down

0 comments on commit 1f7dcf3

Please sign in to comment.