diff --git a/.coveragerc b/.coveragerc
index 5f2f69ac7664d078802b0caad19c9649cc8b6cb4..fc844c1d4f633ff787463e89cbd0dcbb00ea85fc 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 2c9fe9560ae585bab81b40dd97f09c331ade2ada..a94c545803e932274c57ae70f4df8ccafcb2e83d 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]