The code coverage for python-assured-workloads is 99% as can be see in https://github.com/googleapis/python-assured-workloads/actions/runs/4666486762/jobs/8261147131?pr=241. We require 100% code coverage in the mono repository. There are 2 issues that need to be addressed to bring code coverage to 100%. 1. Remove REST methods for rpcs which do not have http annotations. Such as [this one](https://github.com/googleapis/python-assured-workloads/blob/54877e4c61a6718e4442e88782992617e1c3d0ea/google/cloud/assuredworkloads_v1/services/assured_workloads_service/transports/rest.py#L470). 2. Ensure that code formatting is turned off when `pragma: no branch` is used because `pragma: no branch` does not work across multiple lines. https://github.com/nedbat/coveragepy/issues/754
The code coverage for python-assured-workloads is 99% as can be see in https://github.com/googleapis/python-assured-workloads/actions/runs/4666486762/jobs/8261147131?pr=241. We require 100% code coverage in the mono repository.
There are 2 issues that need to be addressed to bring code coverage to 100%.
Remove REST methods for rpcs which do not have http annotations. Such as this one.
Ensure that code formatting is turned off when
pragma: no branchis used becausepragma: no branchdoes not work across multiple lines. Pragmas on continued long lines don't work coveragepy/coveragepy#754