Skip to content

Commit 2415ce4

Browse files
authored
Merge branch 'main' into dependabot/github_actions/zgosalvez/github-actions-ensure-sha-pinned-actions-3.0.10
2 parents 66f3096 + 2eedf4d commit 2415ce4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,16 @@ jobs:
8989
steps:
9090
- name: Clone the repository
9191
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
92+
- name: Setup LCOV
93+
uses: hrishikesh-kadam/setup-lcov@6c1aa0cc9e1c02f9f58f01ac599f1064ccc83470
9294
- name: Download code coverage from GitHub
9395
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
9496
with:
9597
path: coverage
96-
name: code-coverage-*
98+
pattern: code-coverage-*
9799
merge-multiple: true
98100
- name: Report code coverage
99-
uses: zgosalvez/github-actions-report-lcov@49af65b0586c274a625a41a2dc8aaaae7d00568b
101+
uses: zgosalvez/github-actions-report-lcov@55c5634f4f1085c376473dfd5971662ced3b9dc1
100102
with:
101103
coverage-files: coverage/lcov.*.info
102104
minimum-coverage: 90

0 commit comments

Comments
 (0)