-
Notifications
You must be signed in to change notification settings - Fork 7k
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
samples: logger: test sample in CI #10163
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10163 +/- ##
==========================================
+ Coverage 53% 53.14% +0.13%
==========================================
Files 210 210
Lines 25732 25745 +13
Branches 5672 5673 +1
==========================================
+ Hits 13639 13681 +42
+ Misses 9779 9754 -25
+ Partials 2314 2310 -4
Continue to review full report at Codecov.
|
@@ -29,6 +28,10 @@ SAMPLE_INSTANCE_DEFINE(inst1); | |||
#define INST2_NAME STRINGIFY(SAMPLE_INSTANCE_NAME.inst2) | |||
SAMPLE_INSTANCE_DEFINE(inst2); | |||
|
|||
#ifndef NRF_RTC1 |
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.
#ifdef CONFIG_SOC_FAMILY_NRF
would be better
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.
For #9988 it wouldn't be.
recheck |
Add test stub for this sample to verify it in CI on default platforms. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
The way uart console is setup for this is not compatible with the logger and needs additional changes, excluding until we have this implemented in a generic way. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
55efc3f
to
3083cb8
Compare
Add test stub for this sample to verify it in CI on default platforms.
Signed-off-by: Anas Nashif anas.nashif@intel.com