Skip to content

Commit

Permalink
chore: remove obsolete lines in .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Dec 13, 2023
1 parent f35778e commit 4792bce
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
[run]
branch = True
omit =
google/cloud/__init__.py
google/__init__.py
google/cloud/bigtable_admin/__init__.py
google/cloud/bigtable_admin/gapic_version.py

Expand All @@ -33,11 +31,5 @@ exclude_lines =
def __repr__
# Ignore abstract methods
raise NotImplementedError
# Ignore setuptools-less fallback
except pkg_resources.DistributionNotFound:
omit =
*/gapic/*.py
*/proto/*.py
*/core/*.py
*/site-packages/*.py
google/cloud/__init__.py

0 comments on commit 4792bce

Please sign in to comment.