diff --git a/.coveragerc b/.coveragerc index 24756d203d9a4066508150182333cc736f7c1f6a..a92a8b0c2500093ea22e75e6fd74b404e3cd9628 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,11 +1,5 @@ [run] branch = True -source = - beem/ - beembase/ - beemapi/ - beemgrapheneapi/ - beemgraphenebase/ omit = */.eggs/* */.tox/* @@ -17,10 +11,5 @@ omit = [paths] source = - beem/ - beembase/ - beemapi/ - beemgrapheneapi/ - beemgraphenebase/ .tox/*/lib/python*/site-packages/beem .tox/pypy/site-packages/beem diff --git a/.gitignore b/.gitignore index 076b247cc0873a6ef6ffebcb978422ee1d2e122e..21607aa5ef6ee1951aa292bcdc7a3818629724f2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ __pycache__/ # Distribution / packaging .Python +.coverage +coverage.xml env/ build/ develop-eggs/