Skip to content

Commit

Permalink
Corrigindo arquivos a serem omitidos durante report do coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalcantigor committed Jun 24, 2020
1 parent d831878 commit 6a24464
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
[tool:pytest]
testpaths = tests
addopts = -p no:warnings
addopts = -p no:warnings --cov=app

[coverage:run]
branch = True
source =
app/controllers/
app/dao/
app/errors/
app/logger/
app/models/
app/resources/
source = app/
omit = app/patched.py,app/__init__.py

[flake8]
exclude = templates, docs, app/__init__.py

0 comments on commit 6a24464

Please sign in to comment.