Skip to content

Commit a90af8a

Browse files
committed
Бейджи
1 parent 6aedafe commit a90af8a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
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 }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)