Skip to content

Commit adb9915

Browse files
committed
upload coverage results
1 parent be5fc3e commit adb9915

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
{ python-version: '3.9', toxenv: 'py39' },
5555
{ python-version: '3.10', toxenv: 'py310' },
5656
{ python-version: '3.11', toxenv: 'py311' },
57-
{ python-version: '3.12', toxenv: 'py312' },
57+
# { python-version: '3.12', toxenv: 'py312' },
5858
]
5959
fail-fast: false
6060

@@ -109,6 +109,14 @@ jobs:
109109
REP_TEST_USERNAME: repadmin
110110
REP_TEST_PASSWORD: repadmin
111111

112+
- name: "Upload coverage results"
113+
uses: actions/upload-artifact@v4
114+
if: matrix.cfg.python-version == ${{ env.MAIN_PYTHON_VERSION }}
115+
with:
116+
name: coverage-html
117+
path: .cov/html
118+
retention-days: 7
119+
112120
- name: Publish Test Report
113121
uses: mikepenz/action-junit-report@v3
114122
if: always()

0 commit comments

Comments
 (0)