-
Notifications
You must be signed in to change notification settings - Fork 383
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
[Improvement] Add test coverage tool for client-python #3517
Labels
improvement
Improvements on everything
Comments
This was referenced May 23, 2024
Merged
jerryshao
pushed a commit
that referenced
this issue
May 24, 2024
…age tool (#3541) ### What changes were proposed in this pull request? * Merge test coverage into Gradle tasks * Generate html report for both unit and integration tests (`htmlcov/index.html` under their folders) The generated html report is as follows: Unit Test Covergae: <img width="1202" alt="image" src="https://github.com/datastrato/gravitino/assets/55401762/e58d6513-e574-4b25-a8e7-81622bd46431"> Integration Test Coverage: <img width="1201" alt="image" src="https://github.com/datastrato/gravitino/assets/55401762/31a37db5-528f-4810-af8e-ca3ec21bc6de"> ### Why are the changes needed? Fix: #3517 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? `./gradlew clients:client-python:test` --------- Co-authored-by: TimWang <[email protected]>
noidname01
added a commit
to noidname01/gravitino
that referenced
this issue
May 24, 2024
… coverage tool (apache#3541) ### What changes were proposed in this pull request? * Merge test coverage into Gradle tasks * Generate html report for both unit and integration tests (`htmlcov/index.html` under their folders) The generated html report is as follows: Unit Test Covergae: <img width="1202" alt="image" src="https://github.com/datastrato/gravitino/assets/55401762/e58d6513-e574-4b25-a8e7-81622bd46431"> Integration Test Coverage: <img width="1201" alt="image" src="https://github.com/datastrato/gravitino/assets/55401762/31a37db5-528f-4810-af8e-ca3ec21bc6de"> ### Why are the changes needed? Fix: apache#3517 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? `./gradlew clients:client-python:test` --------- Co-authored-by: TimWang <[email protected]>
jerryshao
pushed a commit
that referenced
this issue
May 24, 2024
…age tool (#3545) ### What changes were proposed in this pull request? * Merge test coverage into Gradle tasks * Generate html report for both unit and integration tests (`htmlcov/index.html` under their folders) The generated html report is as follows: Unit Test Covergae: <img width="1202" alt="image" src="https://github.com/datastrato/gravitino/assets/55401762/e58d6513-e574-4b25-a8e7-81622bd46431"> Integration Test Coverage: <img width="1201" alt="image" src="https://github.com/datastrato/gravitino/assets/55401762/31a37db5-528f-4810-af8e-ca3ec21bc6de"> ### Why are the changes needed? Fix: #3517 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? `./gradlew clients:client-python:test` Co-authored-by: TimWang <[email protected]>
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
… coverage tool (apache#3541) ### What changes were proposed in this pull request? * Merge test coverage into Gradle tasks * Generate html report for both unit and integration tests (`htmlcov/index.html` under their folders) The generated html report is as follows: Unit Test Covergae: <img width="1202" alt="image" src="https://github.com/datastrato/gravitino/assets/55401762/e58d6513-e574-4b25-a8e7-81622bd46431"> Integration Test Coverage: <img width="1201" alt="image" src="https://github.com/datastrato/gravitino/assets/55401762/31a37db5-528f-4810-af8e-ca3ec21bc6de"> ### Why are the changes needed? Fix: apache#3517 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? `./gradlew clients:client-python:test` --------- Co-authored-by: TimWang <[email protected]>
coolderli
pushed a commit
that referenced
this issue
Dec 17, 2024
…age tool (#3541) ### What changes were proposed in this pull request? * Merge test coverage into Gradle tasks * Generate html report for both unit and integration tests (`htmlcov/index.html` under their folders) The generated html report is as follows: Unit Test Covergae: <img width="1202" alt="image" src="https://github.com/datastrato/gravitino/assets/55401762/e58d6513-e574-4b25-a8e7-81622bd46431"> Integration Test Coverage: <img width="1201" alt="image" src="https://github.com/datastrato/gravitino/assets/55401762/31a37db5-528f-4810-af8e-ca3ec21bc6de"> ### Why are the changes needed? Fix: #3517 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? `./gradlew clients:client-python:test` --------- Co-authored-by: TimWang <[email protected]> (cherry picked from commit 17ed48b)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be improved?
How should we improve?
No response
The text was updated successfully, but these errors were encountered: