зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 13:06:04 +02:00
changed CI one pytest by individual tests
Этот коммит содержится в:
родитель
3dd120018c
Коммит
65d916921b
9
.github/workflows/ci.yml
поставляемый
9
.github/workflows/ci.yml
поставляемый
@ -32,7 +32,14 @@ jobs:
|
||||
- name: Run pytest
|
||||
run: |
|
||||
cd misinformation
|
||||
python -m pytest -vv -m "not gcv" --cov=. --cov-report=xml
|
||||
python -m pytest -vv test/test_cropposts.py --cov=. --cov-report=xml
|
||||
python -m pytest -vv test/test_display.py --cov=. --cov-report=xml
|
||||
python -m pytest -vv test/test_faces.py --cov=. --cov-report=xml
|
||||
python -m pytest -vv test/test_multimodal_search.py --cov=. --cov-report=xml
|
||||
python -m pytest -vv test/test_objects.py --cov=. --cov-report=xml
|
||||
python -m pytest -vv test/test_summary.py --cov=. --cov-report=xml
|
||||
python -m pytest -vv test/test_text.py -m "not gcv" --cov=. --cov-report=xml
|
||||
python -m pytest -vv test/test_utils.py --cov=. --cov-report=xml
|
||||
- name: Upload coverage
|
||||
if: matrix.os == 'ubuntu-22.04' && matrix.python-version == '3.9'
|
||||
uses: codecov/codecov-action@v3
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user