Skip to content

Commit

Permalink
ci: patch lcov report for cjs <-> js
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbaldi committed Dec 29, 2022
1 parent 1f14222 commit 1f4055c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- run:
name: Test Server API
command: cd server; npm run test
command: cd server; npm run test; sed -i 's/.cjs/.js/g' reports/coverage/lcov.info
- store_test_results:
path: server/reports
- store_artifacts:
Expand Down

0 comments on commit 1f4055c

Please sign in to comment.