mirror of
https://github.com/ae-utbm/sith.git
synced 2025-02-21 23:17:14 +00:00
Merge pull request #1018 from ae-utbm/fix-upload-artifact
fix upload artifact step of CI
This commit is contained in:
commit
820ceb48dd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user