Skip to content

Commit

Permalink
Adicionada cobertura de código
Browse files Browse the repository at this point in the history
  • Loading branch information
Dansilllva committed Apr 14, 2022
1 parent f48418e commit 1659d2e
Show file tree
Hide file tree
Showing 2 changed files with 4 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.9
install:
- pip install -r requirements-dev.txt
- pip install -r requirements-dev.txt codecov
script:
- flake8
- pytest libpythonpro
- pytest libpythonpro --cov=libpythonpro
after_success:
- codecov
Binary file modified requirements-dev.txt
Binary file not shown.

0 comments on commit 1659d2e

Please sign in to comment.