You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
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