diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 00000000..225c0c7a --- /dev/null +++ b/.coveragerc @@ -0,0 +1,6 @@ +[run] +source = constance +branch = 1 + +[report] +omit = *tests*,*migrations* diff --git a/.gitignore b/.gitignore index 76acd772..069a6085 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ build/ dist/ test.db -.tox \ No newline at end of file +.tox +.coverage \ No newline at end of file