fix upload artifact step of CI

This commit is contained in:
imperosol 2025-02-13 13:16:29 +01:00
parent faa757b54f
commit 73ce681307

View File

@ -43,5 +43,5 @@ jobs:
- name: Archive code coverage results - name: Archive code coverage results
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: coverage-report name: coverage-report-${{ matrix.pytest-mark }}
path: coverage_report path: coverage_report