|
|
@ -44,7 +44,7 @@ jobs:
|
|
|
|
- name: Install dependencies
|
|
|
|
- name: Install dependencies
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
python -m pip install --upgrade pip
|
|
|
|
python -m pip install --upgrade pip
|
|
|
|
make install EXTRAS=OCR,plotting
|
|
|
|
make install-dev EXTRAS=OCR,plotting
|
|
|
|
make deps-test
|
|
|
|
make deps-test
|
|
|
|
- name: Test with pytest
|
|
|
|
- name: Test with pytest
|
|
|
|
run: make coverage PYTEST_ARGS="-vv --junitxml=pytest.xml"
|
|
|
|
run: make coverage PYTEST_ARGS="-vv --junitxml=pytest.xml"
|
|
|
@ -57,7 +57,7 @@ jobs:
|
|
|
|
- name: Store coverage results
|
|
|
|
- name: Store coverage results
|
|
|
|
uses: actions/upload-artifact@v4
|
|
|
|
uses: actions/upload-artifact@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: coverage-report
|
|
|
|
name: coverage-report_${{ matrix.python-version }}
|
|
|
|
path: |
|
|
|
|
path: |
|
|
|
|
htmlcov
|
|
|
|
htmlcov
|
|
|
|
pytest.xml
|
|
|
|
pytest.xml
|
|
|
|