-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Remove the number of items from returned values in Push funcs #2684
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2684 +/- ##
=======================================
Coverage 91.80% 91.81%
=======================================
Files 290 290
Lines 15571 15559 -12
=======================================
- Hits 14295 14285 -10
+ Misses 878 876 -2
Partials 398 398
Continue to review full report at Codecov.
|
looks like rebase needed |
Even in code for metrics we did not have a consistent implementation, also most important thing was not used anymore in observability helper. Signed-off-by: Bogdan Drutu <[email protected]>
34e69e2
to
60a1bb9
Compare
@dmitryax done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it!
…emetry#2684) Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-xdist@v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Even in code for metrics we did not have a consistent implementation,
also most important thing was not used anymore in observability helper.
Signed-off-by: Bogdan Drutu [email protected]