diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..225c0c7 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,6 @@ +[run] +source = constance +branch = 1 + +[report] +omit = *tests*,*migrations* diff --git a/.gitignore b/.gitignore index 76acd77..069a608 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