get_metrics.py: update list of kunit team authors

Patricia worked on KUnit at the same time as Heidi, but it just took a
while for her patch to land.

And Rae already had landed patches and will now start sending more.

Signed-off-by: Daniel Latypov <dlatypov@google.com>
Change-Id: Iad93df51f210390beaae635e5ae6f84b751b8369
diff --git a/get_metrics.py b/get_metrics.py
index b744c4b..305371f 100755
--- a/get_metrics.py
+++ b/get_metrics.py
@@ -6,7 +6,8 @@
 
 _TEAM_AUTHORS = frozenset([
     'Brendan Higgins', 'David Gow', 'Heidi Fahim', 'Felix Guo',
-    'Avinash Kondareddy', 'Daniel Latypov'
+    'Avinash Kondareddy', 'Daniel Latypov', 'Patricia Alfonso',
+    'Rae Moar',
 ])
 
 # Manual list of files to exclude in `_test_names`.