File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232 - name : Run quality gate
3333 run : make check
34+
35+ - name : Collect coverage report
36+ run : poetry run pytest --cov=avito --cov-report=term --cov-report=xml
37+
38+ - name : Upload coverage to Codecov
39+ uses : codecov/codecov-action@v5
40+ with :
41+ files : ./coverage.xml
42+ fail_ci_if_error : false
Original file line number Diff line number Diff line change 11# SDK для Avito
22
33[ ![ CI] ( https://github.com/p141592/avito/actions/workflows/ci.yml/badge.svg )] ( https://github.com/p141592/avito/actions/workflows/ci.yml )
4+ [ ![ codecov] ( https://codecov.io/gh/p141592/avito/graph/badge.svg )] ( https://codecov.io/gh/p141592/avito )
5+ [ ![ PyPI Downloads] ( https://img.shields.io/pypi/dm/avito-py.svg )] ( https://pypi.org/project/avito-py/ )
6+ [ ![ API coverage] ( https://img.shields.io/badge/API%20coverage-204%2F204-success )] ( docs/inventory.md )
47
58` avito-py ` — Python SDK для работы с Avito API через единый объектный фасад ` AvitoClient ` .
69
You can’t perform that action at this time.
0 commit comments