-
Notifications
You must be signed in to change notification settings - Fork 77
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
cxx-qt-build: consider the folders in rust path #856
Conversation
4fe8ce3
to
bd6d571
Compare
26a5d30
to
98390dc
Compare
38f44c2
to
87270e6
Compare
4e950ee
to
b07ce66
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #856 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 71 70 -1
Lines 12030 11991 -39
=========================================
- Hits 12030 11991 -39 ☔ View full report in Codecov by Sentry. |
64bc715
to
0e36c7a
Compare
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.
Awesome that we can finally get this to work!
I'm slightly concerned that the current include path setup may lead to conflicts though, especially when adding multiple qml modules.
Weird it compiles locally for me in both release and debug 😱 and it did work before with CI 🤔 |
02dff8b
to
d0e2a20
Compare
Found it was the cargo build failing, now that is fixed just cargo test now fails :-/ |
4e6c6b2
to
ff91b18
Compare
ff91b18
to
7c6034e
Compare
7c6034e
to
82a6116
Compare
82a6116
to
7b6cfc7
Compare
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.
LGTM :)
Related to #855