File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ language: python
22python :
33 - 3.6
44install :
5- - pip install -q -r requirements-dev.txt
5+ - pip install -q -r requirements-dev.txt codecov
66script :
77 - flake8
8- - pytest libpythonpro
8+ - pytest libpythonpro --cov=libpythonpro
9+ after_success :
10+ - codecov
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Link para o curso [Python Pro](https://www.python.pro.br/)
88[ ![ Build Status] ( https://travis-ci.org/pythonprobr/libpythonpro.svg?branch=master )] ( https://travis-ci.org/pythonprobr/libpythonpro )
99[ ![ Updates] ( https://pyup.io/repos/github/pythonprobr/libpythonpro/shield.svg )] ( https://pyup.io/repos/github/pythonprobr/libpythonpro/ )
1010[ ![ Python 3] ( https://pyup.io/repos/github/pythonprobr/libpythonpro/python-3-shield.svg )] ( https://pyup.io/repos/github/pythonprobr/libpythonpro/ )
11+ [ ![ codecov] ( https://codecov.io/gh/pythonprobr/libpythonpro/branch/master/graph/badge.svg )] ( https://codecov.io/gh/pythonprobr/libpythonpro )
1112
1213Suportada versão 3 de Python
1314
Original file line number Diff line number Diff line change @@ -10,4 +10,10 @@ six==1.11.0
1010attrs == 18.1.0
1111pluggy == 0.6.0
1212pytest == 3.5.1
13+
14+
15+ #Converage
16+ coverage == 4.5.1
17+ pytest-cov == 2.5.1
18+
1319-r requirements.txt
You can’t perform that action at this time.
0 commit comments