We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064ca88 commit 3f10a2aCopy full SHA for 3f10a2a
.github/workflows/code_health.yaml
@@ -105,7 +105,7 @@ jobs:
105
path: coverage/atlas
106
- name: Merge coverage reports
107
run: |
108
- npx -y lcov-result-merger "coverage/*/lcov.info" "coverage/lcov.info"
+ npx -y lcov-result-merger@5.0.1 "coverage/*/lcov.info" "coverage/lcov.info"
109
- name: Coveralls GitHub Action
110
uses: coverallsapp/[email protected]
111
with:
0 commit comments