From e3c7a84d203a98db9ff311d50b91d908b69dff11 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Fri, 21 Feb 2020 16:23:25 +0100 Subject: [PATCH] CODEOWNERS: reduce my scope on tests I don't need to be informed on every test there is. I'm happy to just review the tests for "my" network stacks, the unittests and any test script added. --- CODEOWNERS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 0c209163c4..21b3e1722d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -113,7 +113,12 @@ /sys/usb/ @bergzand @dylad @aabadie /sys/xtimer/ @kaspar030 @MichelRottleuthner -/tests/ @miri64 @MrKevinWeiss @smlng @leandrolanzieri @aabadie @MichelRottleuthner @fjmolinas +/tests/ @MrKevinWeiss @smlng @leandrolanzieri @aabadie @MichelRottleuthner @fjmolinas +/tests/emb6* @miri64 +/tests/gnrc* @miri64 +/tests/lwip* @miri64 +/tests/unittests @miri64 +/tests/*/tests/*.py @miri64 /tests/cpu_efm32_features/ @basilfx # KConfig maintainers will be notified about all KConfig changes