From 50a00127f41cd3a7ed01328f04bbfca492e7a8fe Mon Sep 17 00:00:00 2001
From: Holger Nahrstaedt <holgernahrstaedt@gmx.de>
Date: Wed, 25 Nov 2020 14:15:34 +0100
Subject: [PATCH] add missing dir to coverage calc

---
 .coveragerc | 1 +
 tox.ini     | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.coveragerc b/.coveragerc
index 5f2f69ac..fc844c1d 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -5,6 +5,7 @@ source =
     beembase/
     beemapi/
     beemgraphenebase/
+    beemstorage/
 omit = 
      */.eggs/*
      */.tox/*
diff --git a/tox.ini b/tox.ini
index 2c9fe956..a94c5458 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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]
-- 
GitLab