File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 poetry run coverage report
3939 poetry run coverage xml
4040
41- - name : Upload coverage to Codecov
42- uses : codecov/codecov -action@v5
41+ - name : Upload coverage to Coveralls
42+ uses : coverallsapp/github -action@v2
4343 with :
44- files : ./coverage.xml
45- fail_ci_if_error : false
44+ file : ./coverage.xml
45+ github-token : ${{ secrets.GITHUB_TOKEN }}
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 )
4+ [ ![ Coveralls ] ( https://coveralls .io/repos/github/ p141592/avito/badge.svg?branch=main )] ( https://coveralls .io/github /p141592/avito?branch=main )
55[ ![ PyPI Downloads] ( https://img.shields.io/pypi/dm/avito-py.svg )] ( https://pypi.org/project/avito-py/ )
66[ ![ API coverage] ( https://img.shields.io/badge/API%20coverage-204%2F204-success )] ( docs/inventory.md )
77
You can’t perform that action at this time.
0 commit comments