-
Notifications
You must be signed in to change notification settings - Fork 440
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
Add CI jobs for new and deprecated metrics #1531
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1531 +/- ##
==========================================
- Coverage 83.38% 83.36% -0.02%
==========================================
Files 156 156
Lines 4975 4975
==========================================
- Hits 4148 4147 -1
- Misses 827 828 +1
|
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.
LGTM - few nit comments. Thanks for fixing the memory issues.
@@ -165,7 +181,27 @@ jobs: | |||
sudo ./ci/install_bazelisk.sh | |||
- name: run tests | |||
run: ./ci/do_ci.sh bazel.test | |||
|
|||
bazel_deprecated_metrics_test: |
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.
nit - add newline before and after this test.
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.
thanks, done
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
Fixes #1494 (issue)
Changes
makes all jobs testing the new metrics and adds
bazel
andcmake
,jobs for testing deprecated metrics.gcc 4.8
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes