Fix paths for coverage configuration to account for move to lib.
s/nosesetests/nosetests/
This commit is contained in:
parent
3475df472c
commit
c92b586f3d
@ -4,4 +4,4 @@ exclude_lines =
|
||||
if __name__ == .__main__.:
|
||||
include=
|
||||
hooks/swift_storage_*
|
||||
|
||||
lib/swift_storage_*
|
||||
|
@ -1,6 +1,6 @@
|
||||
[nosesetests]
|
||||
[nosetests]
|
||||
verbosity=2
|
||||
with-coverage=1
|
||||
cover-erase=1
|
||||
cover-package=hooks
|
||||
cover-package=lib,hooks.swift_storage_hooks
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user