mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add --include and --omit options to ansible-test coverage report (#38061)
* Support --include and --omit with ansible-test coverage report * Code format change
This commit is contained in:
@@ -246,3 +246,5 @@ class CoverageReportConfig(CoverageConfig):
|
||||
super(CoverageReportConfig, self).__init__(args)
|
||||
|
||||
self.show_missing = args.show_missing # type: bool
|
||||
self.include = args.include # type: str
|
||||
self.omit = args.omit # type: str
|
||||
|
||||
Reference in New Issue
Block a user