Skip to content

Commit 5c44dbc

Browse files
Fix failing test-c8 target and improve coverage workflow
Signed-off-by: Lalit Narayan Yadav <[email protected]>
1 parent 92e2f69 commit 5c44dbc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run_tests_coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ jobs:
139139
make install-node-modules || make install-node-modules || make install-node-modules
140140
timeout-minutes: 15
141141

142+
# Install c8
143+
- name: Install c8
144+
run: npm install c8
145+
timeout-minutes: 5
146+
142147
# Initialize development environment:
143148
- name: 'Initialize development environment'
144149
run: |

0 commit comments

Comments
 (0)