mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 20:29:55 +02:00
CI: use clash-free artifact name for report upload
This commit is contained in:
parent
dc64079b6b
commit
132d3e3d27
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-eynollah.yml
vendored
4
.github/workflows/test-eynollah.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
make install EXTRAS=OCR,plotting
|
||||
make install-dev EXTRAS=OCR,plotting
|
||||
make deps-test
|
||||
- name: Test with pytest
|
||||
run: make coverage PYTEST_ARGS="-vv --junitxml=pytest.xml"
|
||||
|
@ -57,7 +57,7 @@ jobs:
|
|||
- name: Store coverage results
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage-report
|
||||
name: coverage-report_${{ matrix.python-version }}
|
||||
path: |
|
||||
htmlcov
|
||||
pytest.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue