Skip to content
Snippets Groups Projects
Commit 50a00127 authored by Holger's avatar Holger
Browse files

add missing dir to coverage calc

parent 60739f8c
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
......@@ -5,6 +5,7 @@ source =
beembase/
beemapi/
beemgraphenebase/
beemstorage/
omit =
*/.eggs/*
*/.tox/*
......
......@@ -61,14 +61,14 @@ deps=
# pep8-naming
# flake8-colors
commands=
flake8 beem beemapi beembase beemgraphenebase setup.py examples tests
flake8 beem beemapi beembase beemgraphenebase beemstorage setup.py examples tests
[testenv:pylint]
deps=
pyflakes
pylint
commands=
pylint beem beemapi beembase beemgraphenebase tests
pylint beem beemapi beembase beemgraphenebase beemstorage tests
[testenv:doc8]
skip_install = true
......@@ -83,7 +83,7 @@ skip_install = true
deps =
mypy-lang
commands =
mypy beem beemapi beembase beemgraphenebase
mypy beem beemapi beembase beemgraphenebase beemstorage
[testenv:bandit]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment