Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Updated coverage configuration #353

Merged
merged 2 commits into from
Jul 13, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions vms/.coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
[run]
branch = True
source = vms
omit =
*/tests/*
vms/*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smarshy Good. Can you please include manage.py as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tapasweni-pathak I have added it


[report]
ignore_errors = True
Expand Down