Browse Source

Added coverage and configuration

Ken Mercado 4 years ago
parent
commit
62fe9b8bb1
2 changed files with 4 additions and 0 deletions
  1. 3 0
      .coveragerc
  2. 1 0
      requirements.txt

+ 3 - 0
.coveragerc

@@ -0,0 +1,3 @@
+[run]
+include = 
+    baangt/*

+ 1 - 0
requirements.txt

@@ -53,3 +53,4 @@ webencodings==0.5.1
 xlrd==1.2.0
 XlsxWriter==1.2.7
 zipp==0.6.0
+coverage==5.0.4