Skip to content

Commit 3f10a2a

Browse files
authored
chore: pin lcov-result-merger version (#106)
1 parent 064ca88 commit 3f10a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_health.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
path: coverage/atlas
106106
- name: Merge coverage reports
107107
run: |
108-
npx -y lcov-result-merger "coverage/*/lcov.info" "coverage/lcov.info"
108+
npx -y lcov-result-merger@5.0.1 "coverage/*/lcov.info" "coverage/lcov.info"
109109
- name: Coveralls GitHub Action
110110
uses: coverallsapp/[email protected]
111111
with:

0 commit comments

Comments
 (0)