Skip to content

Commit

Permalink
Remove code-coverage (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
inyutin authored Oct 26, 2024
1 parent 2b35693 commit 2650948
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 43 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,4 @@ jobs:
- name: Test with pytest
env:
PYTHONPATH: .
run: pytest --cov=./ --cov-report=xml --asyncio-mode=auto

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
flags: pytest
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
verbose: true
run: pytest --asyncio-mode=auto
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Simple aiohttp retry client

[![codecov](https://codecov.io/gh/inyutin/aiohttp_retry/branch/master/graph/badge.svg?token=ZWGAXSF1SP)](https://codecov.io/gh/inyutin/aiohttp_retry)

Python 3.7 or higher.

**Install**: `pip install aiohttp-retry`.
Expand Down
28 changes: 0 additions & 28 deletions codecov.yml

This file was deleted.

1 change: 0 additions & 1 deletion requirements_ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mypy==0.961
pytest-aiohttp==1.0.4
pytest-cov==3.0.0
pytest==7.1.2
ruff==0.7.1

0 comments on commit 2650948

Please sign in to comment.