replace integration tests make targets with bazel targets - #610
Merged
Conversation
SurajBDeore
force-pushed
the
feature/integration-tests-bazel
branch
from
July 13, 2026 09:50
6f1840b to
76f854e
Compare
Contributor
|
Please add description for this PR some detail about what is happening in this PR |
Contributor
|
Replacing the target in CI is also necessary and it should work in CI |
SurajBDeore
force-pushed
the
feature/integration-tests-bazel
branch
9 times, most recently
from
July 23, 2026 13:14
31401c1 to
ca23d5e
Compare
mugdhadhole1
requested changes
Jul 24, 2026
SurajBDeore
force-pushed
the
feature/integration-tests-bazel
branch
2 times, most recently
from
July 28, 2026 09:18
d37c00c to
6974d01
Compare
mugdhadhole1
requested changes
Jul 30, 2026
mugdhadhole1
left a comment
Contributor
There was a problem hiding this comment.
Now that we have the bazel targets which replace the make files in the respective folders.
The make files should be deleted.
SurajBDeore
force-pushed
the
feature/integration-tests-bazel
branch
3 times, most recently
from
August 5, 2026 08:17
d8abf14 to
36dec59
Compare
SurajBDeore
force-pushed
the
feature/integration-tests-bazel
branch
from
August 5, 2026 08:19
36dec59 to
2d96d3e
Compare
mugdhadhole1
approved these changes
Aug 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Converted Make targets to Bazel: Replaced Make-based integration tests with four Bazel targets for coverage traceability tests (coverage, coverage_half, coverage_mix, coverage_zero), improving build system integration and test reproducibility.