Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions rspec-tools/rspec_tools/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading