diff --git a/rspec-tools/rspec_tools/coverage.py b/rspec-tools/rspec_tools/coverage.py index 4fa63c10ec4..e87641049c1 100644 --- a/rspec-tools/rspec_tools/coverage.py +++ b/rspec-tools/rspec_tools/coverage.py @@ -9,6 +9,13 @@ from rspec_tools.utils import load_json, pushd + +# ^ +# / ! \ +# /_____\ +# If you want to add a repository in that list, you first need to add the repository to the list of authorized +# repositories of pipeline/SonarSource/repositories/rspec/secrets/github/customs +# in https://github.com/SonarSource/re-terraform-aws-vault/blob/master/orders/analysis-cfamily-squad.yaml REPOS = [ "sonar-abap", "sonar-apex", @@ -41,6 +48,13 @@ "sonar-vb", "sonar-xml", ] +# ^ +# / ! \ +# /_____\ +# If you want to add a repository in that list, you first need to add the repository to the list of authorized +# repositories of pipeline/SonarSource/repositories/rspec/secrets/github/customs +# in https://github.com/SonarSource/re-terraform-aws-vault/blob/master/orders/analysis-cfamily-squad.yaml + CANONICAL_NAMES = { "CLOUD_FORMATION": "CLOUDFORMATION",