Skip to content

Commit

Permalink
Acresecentada cobertura de código
Browse files Browse the repository at this point in the history
close #23
  • Loading branch information
renzon committed May 12, 2018
1 parent 4673d49 commit b7c3494
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ language: python
python:
- 3.6
install:
- pip install -q -r requirements-dev.txt
- pip install -q -r requirements-dev.txt codecov
script:
- flake8
- pytest libpythonpro
- pytest libpythonpro --cov=libpythonpro
after_success:
- codecov
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Link para o curso [Python Pro](https://www.python.pro.br/)
[![Build Status](https://travis-ci.org/pythonprobr/libpythonpro.svg?branch=master)](https://travis-ci.org/pythonprobr/libpythonpro)
[![Updates](https://pyup.io/repos/github/pythonprobr/libpythonpro/shield.svg)](https://pyup.io/repos/github/pythonprobr/libpythonpro/)
[![Python 3](https://pyup.io/repos/github/pythonprobr/libpythonpro/python-3-shield.svg)](https://pyup.io/repos/github/pythonprobr/libpythonpro/)
[![codecov](https://codecov.io/gh/pythonprobr/libpythonpro/branch/master/graph/badge.svg)](https://codecov.io/gh/pythonprobr/libpythonpro)

Suportada versão 3 de Python

Expand Down
6 changes: 6 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ six==1.11.0
attrs==18.1.0
pluggy==0.6.0
pytest==3.5.1


#Converage
coverage==4.5.1
pytest-cov==2.5.1

-r requirements.txt

0 comments on commit b7c3494

Please sign in to comment.