Этот коммит содержится в:
Petr Andriushchenko 2023-03-07 13:44:18 +01:00
родитель 9f7264d1cf
Коммит 905d3d75a3

16
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -32,14 +32,14 @@ jobs:
- name: Run pytest
run: |
cd misinformation
python -m pytest -vv test_cropposts.py --cov=. --cov-report=xml
python -m pytest -vv test_display.py --cov=. --cov-report=xml
python -m pytest -vv test_faces.py --cov=. --cov-report=xml
python -m pytest -vv test_multimodal_search.py --cov=. --cov-report=xml
python -m pytest -vv test_objects.py --cov=. --cov-report=xml
python -m pytest -vv 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_utils.py --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