-
Notifications
You must be signed in to change notification settings - Fork 57
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 test coverage #1366
Merged
Merged
Add test coverage #1366
Conversation
This file contains 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
github-actions
bot
added
go
Pull requests that update Go code
testing
Unit and/or integration tests
github_actions
Pull requests that update GitHub Actions code
labels
Sep 5, 2024
sondavidb
force-pushed
the
add-test-cov-v2
branch
3 times, most recently
from
September 5, 2024 22:07
00d36c8
to
7c0d476
Compare
sondavidb
force-pushed
the
add-test-cov-v2
branch
from
September 5, 2024 22:33
7c0d476
to
ea61133
Compare
sondavidb
commented
Sep 5, 2024
sondavidb
force-pushed
the
add-test-cov-v2
branch
from
September 5, 2024 23:51
ea61133
to
91f2818
Compare
sondavidb
force-pushed
the
add-test-cov-v2
branch
from
September 6, 2024 17:44
91f2818
to
d473bcc
Compare
austinvazquez
previously approved these changes
Sep 6, 2024
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.
Nice, excited to see this come through!
Kern--
reviewed
Sep 6, 2024
sondavidb
force-pushed
the
add-test-cov-v2
branch
from
September 11, 2024 21:40
d473bcc
to
685c2ff
Compare
This change adds code coverage to our workflows and the necessary Makefile targets to support this. Signed-off-by: David Son <[email protected]>
sondavidb
force-pushed
the
add-test-cov-v2
branch
from
September 11, 2024 21:41
685c2ff
to
f8ecda5
Compare
Discussed offline, new changes do the following
|
austinvazquez
approved these changes
Sep 11, 2024
Kern--
approved these changes
Sep 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
github_actions
Pull requests that update GitHub Actions code
go
Pull requests that update Go code
testing
Unit and/or integration tests
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.
Issue #, if available:
#1081
Description of changes:
Added necessary code to add code coverage for our tests. This should help us to get a better idea of where our test suite stands as a whole.
This is really only a preliminary step, the next step would probably be finding a way to combine these metrics, but for now this should help us ensure we're on the right path.
Testing performed:
make test-with-coverage
andmake integration-with-coverage
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.