-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Maintain/update CI: Conan2, CodeCov upload script, dead links #1344
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1344 +/- ##
===========================================
+ Coverage 57.53% 68.43% +10.90%
===========================================
Files 102 81 -21
Lines 3471 2829 -642
Branches 333 0 -333
===========================================
- Hits 1997 1936 -61
+ Misses 1474 893 -581
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Not checked on a PROTOTYPE either but most changes do not affect THE final executables.
LGTM.
Description
General CI update that ensure all builds and tests pass.
gui
project updated to use Conan v.2, seeing as Conan v1.6 is now deprecated and many packages are not updated for itcommon
,controller
andgui
build scripts updated to no longer usecodecov-cli
utility but instead assume external tool is used.Self-review checklist:
Files changed
tab, browsed repository in branchSoftware only:
[ ] All tests pass - new and old, locally and on CI[ ] No new warnings or static check failures