We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 branch is used because pragma: no branch does not work across multiple lines. Pragmas on continued long lines don't work nedbat/coveragepy#754
pragma: no branch
The text was updated successfully, but these errors were encountered:
Both issues have been addressed.
Sorry, something went wrong.
parthea
No branches or pull requests
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 branch
is used becausepragma: no branch
does not work across multiple lines. Pragmas on continued long lines don't work nedbat/coveragepy#754The text was updated successfully, but these errors were encountered: