Skip to content

Commit 37b35a3

Browse files
committed
fix(ci): add 'Merge coverage reports' step
Signed-off-by: Mert Şişmanoğlu <mertssmnoglu@gmail.com>
1 parent 5306ea7 commit 37b35a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,10 @@ jobs:
284284
with:
285285
pattern: coverage-* # download all coverage artifacts
286286
path: ./coverage
287-
merge-multiple: true
287+
288+
- name: Merge coverage reports
289+
shell: bash
290+
run: find ./coverage -name lcov.info -exec printf '-a %q\n' {} \; | xargs lcov -o ./coverage/lcov.info
288291

289292
- name: Upload coverage report
290293
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy