Skip to content

Commit

Permalink
Enable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Aug 23, 2017
1 parent ba542cc commit 28bdaeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion async_timeout/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def _cancel_task(self):
self._cancelled = True



def current_task(loop):
task = asyncio.Task.current_task(loop=loop)
if task is None:
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pytest==3.2.1
pytest-aiohttp==0.1.3
pytest-cov
docutils==0.14
-e .
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[aliases]
test=pytest
[tool:pytest]
addopts= --cov=async_timeout --cov-report=term --cov-report=html

0 comments on commit 28bdaeb

Please sign in to comment.