зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-30 13:36:04 +02:00
родитель
8d8ea52287
Коммит
187d3804e9
18
.github/workflows/ci.yml
поставляемый
18
.github/workflows/ci.yml
поставляемый
@ -30,39 +30,39 @@ jobs:
|
|||||||
- name: Run pytest test_colors
|
- name: Run pytest test_colors
|
||||||
run: |
|
run: |
|
||||||
cd ammico
|
cd ammico
|
||||||
python -m pytest test/test_colors.py -svv --cov=. --cov-report=xml
|
python -m pytest test/test_colors.py -svv --cov=. --cov-report=xml --cov-append
|
||||||
- name: Run pytest test_cropposts
|
- name: Run pytest test_cropposts
|
||||||
run: |
|
run: |
|
||||||
cd ammico
|
cd ammico
|
||||||
python -m pytest test/test_cropposts.py -svv --cov=. --cov-report=xml
|
python -m pytest test/test_cropposts.py -svv --cov=. --cov-report=xml --cov-append
|
||||||
- name: Run pytest test_display
|
- name: Run pytest test_display
|
||||||
run: |
|
run: |
|
||||||
cd ammico
|
cd ammico
|
||||||
python -m pytest test/test_display.py -svv --cov=. --cov-report=xml
|
python -m pytest test/test_display.py -svv --cov=. --cov-report=xml --cov-append
|
||||||
- name: Run pytest test_faces
|
- name: Run pytest test_faces
|
||||||
run: |
|
run: |
|
||||||
cd ammico
|
cd ammico
|
||||||
python -m pytest test/test_faces.py -svv --cov=. --cov-report=xml
|
python -m pytest test/test_faces.py -svv --cov=. --cov-report=xml --cov-append
|
||||||
- name: Run pytest test_multimodal_search
|
- name: Run pytest test_multimodal_search
|
||||||
run: |
|
run: |
|
||||||
cd ammico
|
cd ammico
|
||||||
python -m pytest test/test_multimodal_search.py -m "not long" -svv --cov=. --cov-report=xml
|
python -m pytest test/test_multimodal_search.py -m "not long" -svv --cov=. --cov-report=xml --cov-append
|
||||||
- name: Run pytest test_objects
|
- name: Run pytest test_objects
|
||||||
run: |
|
run: |
|
||||||
cd ammico
|
cd ammico
|
||||||
python -m pytest test/test_objects.py -svv --cov=. --cov-report=xml
|
python -m pytest test/test_objects.py -svv --cov=. --cov-report=xml --cov-append
|
||||||
- name: Run pytest test_summary
|
- name: Run pytest test_summary
|
||||||
run: |
|
run: |
|
||||||
cd ammico
|
cd ammico
|
||||||
python -m pytest test/test_summary.py -m "not long" -svv --cov=. --cov-report=xml
|
python -m pytest test/test_summary.py -m "not long" -svv --cov=. --cov-report=xml --cov-append
|
||||||
- name: Run pytest test_text
|
- name: Run pytest test_text
|
||||||
run: |
|
run: |
|
||||||
cd ammico
|
cd ammico
|
||||||
python -m pytest test/test_text.py -m "not gcv" -svv --cov=. --cov-report=xml
|
python -m pytest test/test_text.py -m "not gcv" -svv --cov=. --cov-report=xml --cov-append
|
||||||
- name: Run pytest test_utils
|
- name: Run pytest test_utils
|
||||||
run: |
|
run: |
|
||||||
cd ammico
|
cd ammico
|
||||||
python -m pytest test/test_utils.py -svv --cov=. --cov-report=xml
|
python -m pytest test/test_utils.py -svv --cov=. --cov-report=xml --cov-append
|
||||||
- name: Upload coverage
|
- name: Upload coverage
|
||||||
if: matrix.os == 'ubuntu-22.04' && matrix.python-version == '3.9'
|
if: matrix.os == 'ubuntu-22.04' && matrix.python-version == '3.9'
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user