Skip to content

Commit 782d3b9

Browse files
committed
install genhtml
1 parent f37f71b commit 782d3b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
merge-multiple: true
9797
pattern: lcov-*
9898
download-path: coverage
99+
- name: Install genhtml
100+
run: |
101+
sudo apt-get install lcov -y
99102
- name: Report code coverage
100103
uses: dethereum/github-actions-report-lcov@v1.0.0
101104
with:

0 commit comments

Comments
 (0)