Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

fix!: remove unused fields from EnhancedMeasurementSettings #29

Merged
merged 5 commits into from
Jan 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[run]
branch = True

[report]
fail_under = 100
show_missing = True
omit =
google/analytics/admin/__init__.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
# Ignore debug-only repr
def __repr__
# Ignore pkg_resources exceptions.
# This is added at the module level as a safeguard for if someone
# generates the code and tries to run it without pip installing. This
# makes it virtually impossible to test properly.
except pkg_resources.DistributionNotFound
11 changes: 11 additions & 0 deletions docs/admin_v1alpha/analytics_admin_service.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AnalyticsAdminService
---------------------------------------

.. automodule:: google.analytics.admin_v1alpha.services.analytics_admin_service
:members:
:inherited-members:


.. automodule:: google.analytics.admin_v1alpha.services.analytics_admin_service.pagers
:members:
:inherited-members:
6 changes: 3 additions & 3 deletions docs/admin_v1alpha/services.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Services for Google Analytics Admin v1alpha API
===============================================
.. toctree::
:maxdepth: 2

.. automodule:: google.analytics.admin_v1alpha.services.analytics_admin_service
:members:
:inherited-members:
analytics_admin_service
1 change: 1 addition & 0 deletions docs/admin_v1alpha/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Types for Google Analytics Admin v1alpha API

.. automodule:: google.analytics.admin_v1alpha.types
:members:
:undoc-members:
:show-inheritance:
Loading