Add .coveragerc to the tarball so unittests will run from the tarball
This commit is contained in:
parent
e9703bd68a
commit
0d2d17ade5
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ prune ticket_stubs
|
|||
prune hacking
|
||||
include README.md COPYING
|
||||
include requirements.txt
|
||||
include .coveragerc
|
||||
include examples/hosts
|
||||
include examples/ansible.cfg
|
||||
include lib/ansible/module_utils/powershell.ps1
|
||||
|
|
Loading…
Reference in a new issue