Skip to content

Commit

Permalink
Update CODEOWNERS to consolidate test-related ownership (#4434)
Browse files Browse the repository at this point in the history
* Update CODEOWNERS

Remove anandwana001 from codeowners.

* Update CODEOWNERS

Correct instrumentation codeowner pattern.

This is needed now that broad test ownership is no longer defined.
  • Loading branch information
BenHenning authored Jul 15, 2022
1 parent 78f4f52 commit e695446
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ gradlew.bat @BenHenning
# Devbots configurations.
/.devbots/ @BenHenning

# All tests.
*Test.kt @anandwana001

# All resource files.
/app/src/main/res/**/*.xml @rt4914
/utility/src/main/res/**/*.xml @rt4914
Expand All @@ -72,7 +69,7 @@ gradlew.bat @BenHenning
*Manifest.xml @BenHenning

# Linter configuration.
buf.yaml @anandwana001
buf.yaml @BenHenning

# Third-party dependencies.
/third_party/ @BenHenning
Expand Down Expand Up @@ -144,7 +141,7 @@ config/kitkat_main_dex_class_list.txt @BenHenning
/app/src/*/java/org/oppia/android/app/viewmodel/ @BenHenning

# App testing infrastructure.
/app/src/*/java/org/oppia/android/app/testing/ @anandwana001
/app/src/*/java/org/oppia/android/app/testing/ @BenHenning

#####################################################################################
# domain module #
Expand All @@ -167,7 +164,7 @@ config/kitkat_main_dex_class_list.txt @BenHenning
#####################################################################################

# Global testing module code ownership.
/testing/**/*.kt @anandwana001 @BenHenning
/testing/**/*.kt @BenHenning

#####################################################################################
# data module #
Expand Down Expand Up @@ -200,9 +197,6 @@ config/kitkat_main_dex_class_list.txt @BenHenning
# Global scripts code ownership.
/scripts/ @BenHenning

# Shell file ownership.
/scripts/**/*.sh @anandwana001 @BenHenning

# Script proto ownership.
/scripts/**/*.proto @BenHenning

Expand All @@ -225,7 +219,7 @@ config/kitkat_main_dex_class_list.txt @BenHenning
#####################################################################################

# End-to-end test utilities and modules.
/instrumentation/src/java/**/*.kt @anandwana001 @BenHenning
/instrumentation/**/*.kt @BenHenning

#####################################################################################
# global overrides #
Expand Down

0 comments on commit e695446

Please sign in to comment.