File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments