Skip to content

Commit 22ffcba

Browse files
Save coverage-report xml
1 parent 454a08c commit 22ffcba

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/fedora_41.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ jobs:
9393
- uses: actions/upload-artifact@v4
9494
with:
9595
name: coverage-report
96-
path: .coverage-reports/**
96+
path: |
97+
.coverage-reports/coverage.xml
98+
.coverage-reports/htmlcov
9799
- name: Install and run
98100
run: |
99101
git submodule update --init --recursive

.github/workflows/linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ jobs:
128128
- uses: actions/upload-artifact@v4
129129
with:
130130
name: coverage-report
131-
path: .coverage-reports/**
131+
path: |
132+
.coverage-reports/coverage.xml
133+
.coverage-reports/htmlcov
132134
- name: Install and run
133135
run: |
134136
git submodule update --init --recursive

0 commit comments

Comments
 (0)