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 454a08c commit 22ffcbaCopy full SHA for 22ffcba
.github/workflows/fedora_41.yml
@@ -93,7 +93,9 @@ jobs:
93
- uses: actions/upload-artifact@v4
94
with:
95
name: coverage-report
96
- path: .coverage-reports/**
+ path: |
97
+ .coverage-reports/coverage.xml
98
+ .coverage-reports/htmlcov
99
- name: Install and run
100
run: |
101
git submodule update --init --recursive
.github/workflows/linux.yml
@@ -128,7 +128,9 @@ jobs:
128
129
130
131
132
133
134
135
136
0 commit comments