ci: add artifact upload

This commit is contained in:
2025-12-19 11:38:43 +01:00
committed by wyzula_j
co-authored by wyzula_j
parent 605c13a6ea
commit a9a4d3aa6e
+8
View File
@@ -57,6 +57,14 @@ jobs:
id: coverage
run: pytest --random-order --cov=bec_widgets --cov-config=pyproject.toml --cov-branch --cov-report=xml --no-cov-on-fail tests/unit_tests/
- name: Upload test artifacts
uses: actions/upload-artifact@v4
if: failure()
with:
name: image-references
path: bec_widgets/tests/reference_failures/
if-no-files-found: ignore
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with: