Fix code coverage
This commit is contained in:
parent
d22d3a1d1a
commit
ede5beeb41
|
@ -10,8 +10,7 @@ install:
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- flake8 aiohttp_security tests
|
- make coverage
|
||||||
- coverage run --source=aiohttp_security setup.py test
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
|
|
Loading…
Reference in New Issue