Add actions.actions to coverage measuring and reporting.

This commit is contained in:
Adam Collard 2015-08-11 09:27:28 +01:00
parent cf50272760
commit ae8d4cd849
2 changed files with 2 additions and 1 deletions

View File

@ -3,5 +3,6 @@
exclude_lines =
if __name__ == .__main__.:
include=
actions/actions.py
hooks/swift_storage_*
lib/swift_storage_*

View File

@ -2,5 +2,5 @@
verbosity=2
with-coverage=1
cover-erase=1
cover-package=lib,hooks.swift_storage_hooks
cover-package=actions.actions,lib,hooks.swift_storage_hooks