commit | c8f12c6e39d96d0e07f0976e184ea0308cb6aaf0 | [log] [tgz] |
---|---|---|
author | jrperritt <jrperritt@gmail.com> | Tue Oct 11 11:29:10 2016 -0500 |
committer | GitHub <noreply@github.com> | Tue Oct 11 11:29:10 2016 -0500 |
tree | add0b6d121a97bbae0ac2495d38da1be0e5f4f5c | |
parent | 19e713b71ea0ba4c56057127841ad792fe249782 [diff] |
aggregate coverage metrics of unit tests across packages (#115) aggregate coverage metrics of unit tests across packages
diff --git a/openstack/identity/v3/endpoints/testing/doc.go b/openstack/identity/v3/endpoints/testing/doc.go index 7603f83..b6e89ef 100644 --- a/openstack/identity/v3/endpoints/testing/doc.go +++ b/openstack/identity/v3/endpoints/testing/doc.go
@@ -1 +1,2 @@ +// identity_endpoints_v3 package testing
diff --git a/openstack/identity/v3/extensions/trusts/testing/doc.go b/openstack/identity/v3/extensions/trusts/testing/doc.go new file mode 100644 index 0000000..e660e20 --- /dev/null +++ b/openstack/identity/v3/extensions/trusts/testing/doc.go
@@ -0,0 +1,2 @@ +// identity_extensions_trusts_v3 +package testing
diff --git a/openstack/identity/v3/roles/testing/doc.go b/openstack/identity/v3/roles/testing/doc.go index 7603f83..37bcb85 100644 --- a/openstack/identity/v3/roles/testing/doc.go +++ b/openstack/identity/v3/roles/testing/doc.go
@@ -1 +1,2 @@ +// identity_roles_v3 package testing
diff --git a/openstack/identity/v3/services/testing/doc.go b/openstack/identity/v3/services/testing/doc.go index 7603f83..e4f1167 100644 --- a/openstack/identity/v3/services/testing/doc.go +++ b/openstack/identity/v3/services/testing/doc.go
@@ -1 +1,2 @@ +// identity_services_v3 package testing
diff --git a/openstack/identity/v3/tokens/testing/doc.go b/openstack/identity/v3/tokens/testing/doc.go index 7603f83..ad1d35d 100644 --- a/openstack/identity/v3/tokens/testing/doc.go +++ b/openstack/identity/v3/tokens/testing/doc.go
@@ -1 +1,2 @@ +// identity_tokens_v3 package testing