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 b8ead87 commit 2809440Copy full SHA for 2809440
.github/workflows/bevy_mod_scripting.yml
@@ -83,24 +83,12 @@ jobs:
83
path: |
84
**/lcov.*
85
if-no-files-found: ignore
86
-
87
- report-coverage:
88
- needs: check
89
- runs-on: ubuntu-latest
90
- continue-on-error: true
91
- permissions:
92
- pull-requests: write
93
- steps:
94
- - name: Download all lcov files
95
- uses: actions/download-artifact@v4
96
- with:
97
- merge-multiple: true
98
- pattern: lcov-*
99
- download-path: coverage
100
- - name: Install genhtml
+ - name: Install lcov/genhtml
+ if: ${{ matrix.run_args.os == 'ubuntu-latest' }}
101
run: |
102
sudo apt-get install lcov -y
103
- name: Report code coverage
104
uses: zgosalvez/github-actions-report-lcov@v3
105
with:
106
coverage-files: |
0 commit comments