Skip to content

Commit 8d3cdce

Browse files
Save coverage-report, also on Debian
1 parent 965fada commit 8d3cdce

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/fedora_41.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,12 @@ jobs:
9090
git submodule update --init --recursive
9191
source /home/wxpy/venvs/Py314/bin/activate
9292
invoke test-ci
93+
- name: Upload Coverage Report
9394
- uses: actions/upload-artifact@v4
9495
with:
95-
name: my-cov-report
96+
name: my-coverage-report
9697
path: .coverage-reports/htmlcov/
98+
include-hidden-files: true
9799
- name: Install and run
98100
run: |
99101
git submodule update --init --recursive

.github/workflows/linux.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ jobs:
125125
export DISPLAY=:0
126126
git submodule update --init --recursive
127127
invoke test-ci
128+
- name: Upload Coverage Report
129+
- uses: actions/upload-artifact@v4
130+
with:
131+
name: my-coverage-report
132+
path: .coverage-reports/htmlcov/
133+
include-hidden-files: true
128134
- name: Install and run
129135
run: |
130136
git submodule update --init --recursive

0 commit comments

Comments
 (0)