Skip to content

Commit 28bdaeb

Browse files
committed
Enable codecov
1 parent ba542cc commit 28bdaeb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

async_timeout/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def _cancel_task(self):
7272
self._cancelled = True
7373

7474

75-
7675
def current_task(loop):
7776
task = asyncio.Task.current_task(loop=loop)
7877
if task is None:

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
pytest==3.2.1
22
pytest-aiohttp==0.1.3
3+
pytest-cov
34
docutils==0.14
5+
-e .

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[aliases]
2-
test=pytest
1+
[tool:pytest]
2+
addopts= --cov=async_timeout --cov-report=term --cov-report=html

0 commit comments

Comments
 (0)