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 07fe079 commit 02eb234Copy full SHA for 02eb234
.github/workflows/ci.yml
@@ -89,6 +89,8 @@ jobs:
89
steps:
90
- name: Clone the repository
91
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
92
+ - name: Setup LCOV
93
+ uses: hrishikesh-kadam/setup-lcov@6c1aa0cc9e1c02f9f58f01ac599f1064ccc83470
94
- name: Download code coverage from GitHub
95
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
96
with:
0 commit comments