Skip to content

Commit

Permalink
Acrescentado cobertura de código
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawston committed Dec 19, 2021
1 parent 9fa29ec commit c80fe5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
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://app.travis-ci.com/Rawston/libpythonpro.svg?branch=master)](https://app.travis-ci.com/Rawston/libpythonpro)
[![Updates](https://pyup.io/repos/github/Rawston/libpythonpro/shield.svg)](https://pyup.io/repos/github/Rawston/libpythonpro/)
[![Python 3](https://pyup.io/repos/github/Rawston/libpythonpro/python-3-shield.svg)](https://pyup.io/repos/github/Rawston/libpythonpro/)
[![codecov](https://codecov.io/gh/Rawston/libpythonpro/branch/master/graph/badge.svg?token=US2WCQ8KSL)](https://codecov.io/gh/Rawston/libpythonpro)
Suportada versão 3 de Python

Para instalar:
Expand Down
2 changes: 1 addition & 1 deletion libpythonpro/tests/test_exemplo.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def test_int():
assert 1 == 0
assert 1 == 1
4 changes: 4 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ pluggy<2.0,==0.12
attrs==19.2.0
pyparsing!=3.0.5,==2.0.2
pytest==6.2.5

# Converge
coverage==6.2
pytest-cov==3.0.0
-r requirements.txt

0 comments on commit c80fe5d

Please sign in to comment.