-
Notifications
You must be signed in to change notification settings - Fork 2
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
BC2A-1408: Fix duplicate symbols #9
Conversation
a51c7b2
to
b577bb9
Compare
d36bc52
to
afbe845
Compare
24dd4b3
to
d9287e1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9 +/- ##
========================================
Coverage 94.13% 94.14%
========================================
Files 10 10
Lines 716 717 +1
========================================
+ Hits 674 675 +1
Misses 42 42
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
d89fd3d
to
bacb3a1
Compare
bacb3a1
to
e61e04f
Compare
@cedelavergne-ledger Sorry to ask you to do it but I think it would be good to add the guideline enforcer ? Even if it fails ? 🤔 |
02ccc59
to
7be2ee0
Compare
7be2ee0
to
e324663
Compare
Done. Some errors will have to be handled separately (mainly DEPRECATED functions) |
bb7a5f5
to
9e3d1b4
Compare
3355ada
to
41ac2c1
Compare
Cleanup glyphs:
gif
files from sdkglyphs.[ch]
files fromsrc/
directoryglyphs.h
inunit-tests/
to fix compilation issueThis PR also updates the version
Cleanup the workflows and fix the warnings
Adding the
guideline_enforcer
workflow. It fails due to:scan-build
fails on the latest NanoS SDK, because of macro redefinition:UNUSED
scan-build
fails on the latest NanoSP and NanoX, because ofDEPRECATED
crypto functionsCorrections will be done in another ticket...