From a8ed36630d19dba6cbc895cc675d3a2226b85758 Mon Sep 17 00:00:00 2001 From: Piotr Kosycarz Date: Mon, 30 Sep 2024 12:39:37 +0200 Subject: [PATCH] CODEOWNERS: add tests/benchmarks/current_consumption + sort Signed-off-by: Piotr Kosycarz --- CODEOWNERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index f152e6045c28..a841ea278a70 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -339,12 +339,13 @@ # Tests /tests/ @nrfconnect/ncs-co-verification @katgiadla +/tests/benchmarks/current_consumption/ @nrfconnect/ncs-low-level-test +/tests/benchmarks/i2c_endless/ @nrfconnect/ncs-low-level-test /tests/benchmarks/multicore/ @carlescufi /tests/benchmarks/multicore/idle/ @adamkondraciuk @nrfconnect/ncs-low-level-test /tests/benchmarks/multicore/idle_gpio/ @adamkondraciuk @nrfconnect/ncs-low-level-test -/tests/benchmarks/i2c_endless/ @nrfconnect/ncs-low-level-test -/tests/benchmarks/spi_endless/ @nrfconnect/ncs-low-level-test /tests/benchmarks/peripheral_load/ @nrfconnect/ncs-low-level-test +/tests/benchmarks/spi_endless/ @nrfconnect/ncs-low-level-test /tests/bluetooth/tester/ @carlescufi @nrfconnect/ncs-paladin /tests/bluetooth/iso/ @nrfconnect/ncs-audio @Frodevan /tests/crypto/ @stephen-nordic @magnev