Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Rename coverage.rc to .coveragerc
Browse files Browse the repository at this point in the history
Rename coverage.rc to .coverage.rc
  • Loading branch information
brogand93 committed Jun 7, 2014
1 parent d4cda4a commit 4a794ce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
File renamed without changes.
14 changes: 14 additions & 0 deletions .coveragerc
@@ -0,0 +1,14 @@
[run]
source = gstack

omit =
*__init__*
gstack/models/*.py
gstack/configure.py

[report]
exclude_lines =
if 0:
if __name__ == .__main__.:

ignore_errors = True

0 comments on commit 4a794ce

Please sign in to comment.