Skip to content

Commit 080baae

Browse files
committed
fix: merge
1 parent fc2bcc1 commit 080baae

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
@@ -107,7 +107,7 @@ jobs:
107107
npm install -g lcov-result-merger
108108
- name: Merge coverage reports
109109
run: |
110-
lcov-result-merger coverage/mongodb/lcov.info coverage/atlas/lcov.info coverage/lcov.info
110+
lcov-result-merger "coverage/*/lcov.info" "coverage/lcov.info"
111111
- name: Coveralls GitHub Action
112112
uses: coverallsapp/github-action@v2.3.6
113113
with:

0 commit comments

Comments
 (0)