Skip to content

Commit

Permalink
merge cov reports
Browse files Browse the repository at this point in the history
  • Loading branch information
prayanshchh committed Nov 26, 2024
1 parent f4e1562 commit dbb8e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
if: steps.changed-files.outputs.only_changed != 'true'
run: |
mkdir -p ./coverage
npx nyc merge || exit 1
npx nyc merge ./.nyc_output || exit 1
mv coverage.json ./coverage/lcov.info
- name: TypeScript compilation for changed files
Expand Down

0 comments on commit dbb8e2e

Please sign in to comment.