Merge pull request #1018 from ae-utbm/fix-upload-artifact

fix upload artifact step of CI
This commit is contained in:
Bartuccio Antoine 2025-02-13 13:35:29 +01:00 committed by GitHub
commit 820ceb48dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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