зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-30 13:36:04 +02:00
fixed ci
Этот коммит содержится в:
родитель
9f7264d1cf
Коммит
905d3d75a3
16
.github/workflows/ci.yml
поставляемый
16
.github/workflows/ci.yml
поставляемый
@ -32,14 +32,14 @@ jobs:
|
|||||||
- name: Run pytest
|
- name: Run pytest
|
||||||
run: |
|
run: |
|
||||||
cd misinformation
|
cd misinformation
|
||||||
python -m pytest -vv test_cropposts.py --cov=. --cov-report=xml
|
python -m pytest -vv test/test_cropposts.py --cov=. --cov-report=xml
|
||||||
python -m pytest -vv test_display.py --cov=. --cov-report=xml
|
python -m pytest -vv test/test_display.py --cov=. --cov-report=xml
|
||||||
python -m pytest -vv test_faces.py --cov=. --cov-report=xml
|
python -m pytest -vv test/test_faces.py --cov=. --cov-report=xml
|
||||||
python -m pytest -vv test_multimodal_search.py --cov=. --cov-report=xml
|
python -m pytest -vv test/test_multimodal_search.py --cov=. --cov-report=xml
|
||||||
python -m pytest -vv test_objects.py --cov=. --cov-report=xml
|
python -m pytest -vv test/test_objects.py --cov=. --cov-report=xml
|
||||||
python -m pytest -vv test_summary.py --cov=. --cov-report=xml
|
python -m pytest -vv test/test_summary.py --cov=. --cov-report=xml
|
||||||
python -m pytest -vv test_text.py -m "not gcv" --cov=. --cov-report=xml
|
python -m pytest -vv test/test_text.py -m "not gcv" --cov=. --cov-report=xml
|
||||||
python -m pytest -vv test_utils.py --cov=. --cov-report=xml
|
python -m pytest -vv test/test_utils.py --cov=. --cov-report=xml
|
||||||
- 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