We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0083e commit 694de2eCopy full SHA for 694de2e
1 file changed
.github/workflows/tests-and-docs.yml
@@ -204,7 +204,7 @@ jobs:
204
uses: actions/download-artifact@v4
205
with:
206
name: custom-axi-coverage
207
- path: i3c-core-coverage-results/
+ path: custom-axi-coverage/
208
209
- name: Build Docs
210
run: |
@@ -213,6 +213,9 @@ jobs:
213
TZ=UTC make html
214
popd
215
ls -lah doc/build
216
+
217
+ cp custom-axi-coverage/coverview.html doc/build/html/coverview-custom-axi.html
218
+ git clone https://github.com/antmicro/i3c-core-coverage-results
219
cp i3c-core-coverage-results/*html doc/build/html
220
221
- name: Pack artifacts
0 commit comments