-
Notifications
You must be signed in to change notification settings - Fork 61
Non-root cargo manifest file #217
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
Non-root cargo manifest file #217
Conversation
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.
Change looks good.
If tests are green this will be merged and released shortly
Base branch was modified
I've fixed the tests passing & rebase to the latest master changes. @macisamuele, recheck the PR, please |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #217 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 336 337 +1
=========================================
+ Hits 336 337 +1 ☔ View full report in Codecov by Sentry. |
filename = os.path.abspath(filename) | ||
|
||
manifest_file = os.path.join(manifest_root, "Cargo.toml") | ||
print(manifest_file) |
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.
please remove prints from tests
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 for fixing the tests.
I would suggest to rebase this PR on top of latest master
.
After that I should be able to merge this change.
Head branch was pushed to by a user without write access
All was fixed & updated. CI is also green. |
Should implement & fix #210