Closed prbn97 closed 4 weeks ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 77.77778%
with 2 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
main@1744046
). Learn more about missing BASE report.
Files with missing lines | Patch % | Lines |
---|---|---|
tsuru/client/services.go | 77.77% | 1 Missing and 1 partial :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The tsuru-client can now use the tsuru API's tag filtering feature for services instances. The "tsuru service list" command now supports the -g or --tag flags like
tsuru service list -g key=value
. I based this improvement on the way tsuru-client does thetsuru app list
command.