-
Notifications
You must be signed in to change notification settings - Fork 183
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
[CCI]Added Poetry Management For Testing #496
Conversation
Signed-off-by: Raman Saparkhan <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #496 +/- ##
=======================================
Coverage 70.92% 70.92%
=======================================
Files 81 81
Lines 7732 7732
=======================================
Hits 5484 5484
Misses 2248 2248 |
I would really appreciate any guidance on this project. Locally I am passing 900 tests and failing 21. And those fails are mostly associated with the absence of modules like Here are more details on the fails:
|
I am seeing unit tests all pass, but integration tests fail with a different reason:
Are you seeing something else? Also I notice some of our yml's say "ruby=...", we should fix that :) |
Closing this as stale. Please feel free to reopen if you finish it. |
Description
Poetry provides an automated and efficient way to manage project dependencies, virtual environments, and packaging.
It cuts out redundant layers of bash scripts and dev requirements. Also, it significantly simplifies the project's onboarding process for contributors.
This PR aims to integrate Poetry management tool, so that testing would just run after:
Issues Resolved
Targets issue #392
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.