Skip to content

Commit

Permalink
scripts: alt: accel_polling: do not use logging with coverage
Browse files Browse the repository at this point in the history
As this will fail to output coverage data - messages dropped.

Signed-off-by: Piotr Kosycarz <[email protected]>
  • Loading branch information
nordic-piks committed Jan 10, 2025
1 parent fd398f0 commit 118ee39
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ tests:
s*-?[0-9\\.]*,\\s*-?[0-9\\.]*\\)$"
extra_args:
- SHIELD=pca63566;coverage_support
extra_configs:
- CONFIG_LOG=y
- CONFIG_SENSOR_LOG_LEVEL_DBG=y
platform_allow: nrf54h20dk/nrf54h20/cpuapp

sample.sensor.accel_polling.nrf54l:
Expand Down Expand Up @@ -78,9 +75,6 @@ tests:
s*-?[0-9\\.]*,\\s*-?[0-9\\.]*\\)$"
extra_args:
- SHIELD=pca63565;coverage_support
extra_configs:
- CONFIG_LOG=y
- CONFIG_SENSOR_LOG_LEVEL_DBG=y
platform_allow: nrf54l15dk/nrf54l15/cpuapp

sample.sensor.accel_polling.nrf54l15_cpuflpr:
Expand Down

0 comments on commit 118ee39

Please sign in to comment.