-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'T131' of github.com:awslabs/aws-solutions-constructs in…
…to T131
- Loading branch information
Showing
3 changed files
with
77 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Customize sonar.sources, sonar.exclusions, sonar.coverage.exclusions, sonar.tests and sonar | ||
# unit test coverage reports based on your solutions | ||
|
||
# Refer to https://docs.sonarqube.org/latest/project-administration/narrowing-the-focus/ | ||
# for details on sources and exclusions. Note also .gitignore | ||
# | ||
sonar.sources=source, deployment | ||
|
||
# Focusing sonarqube analysis on non test code first and reducing noise from analysis of test code. Projects | ||
# can customize the exclusions to include analyzing of test code if desired | ||
sonar.exclusions=\ | ||
**/coverage/lcov-report/**, \ | ||
**/dist/**, \ | ||
source/use_cases/**, \ | ||
source/tools/**, \ | ||
source/**/*.js, \ | ||
deployment/**/*.js, \ | ||
source/**/test/** | ||
|
||
# Sensor SonarJS Coverage [javascript] was not allowing globbing | ||
# for sonar.javascript.lcov.reportPaths such as this | ||
# source/test/coverage-reports/jest/*/lcov.info | ||
# so we have to provide an explicit list of reportPaths | ||
sonar.javascript.lcov.reportPaths= \ | ||
source/patterns/@aws-solutions-constructs/aws-kinesisstreams-kinesisfirehose-s3/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-apigateway-iot/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-apigateway-sqs/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-apigateway-lambda/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-cloudfront-s3/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-sns-sqs/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-s3-lambda/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-lambda-sqs/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-events-rule-sqs/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-apigateway-kinesisstreams/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/core/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-iot-kinesisfirehose-s3/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-dynamodb-stream-lambda-elasticsearch-kibana/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-cloudfront-apigateway-lambda/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-kinesisfirehose-s3/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-lambda-s3/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-kinesisfirehose-s3-and-kinesisanalytics/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-apigateway-sagemakerendpoint/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-lambda-sns/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-events-rule-sns/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-lambda-sqs-lambda/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-apigateway-dynamodb/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-dynamodb-stream-lambda/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-events-rule-lambda/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-lambda-elasticsearch-kibana/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-kinesisstreams-lambda/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-cloudfront-mediastore/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-events-rule-kinesisstreams/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-sns-lambda/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-cognito-apigateway-lambda/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-events-rule-step-function/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-iot-lambda/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-events-rule-kinesisfirehose-s3/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-sqs-lambda/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-iot-lambda-dynamodb/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-lambda-dynamodb/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-s3-step-function/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-cloudfront-apigateway/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-lambda-step-function/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-s3-sqs/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-kinesisstreams-gluejob/coverage/lcov.info, \ | ||
source/patterns/@aws-solutions-constructs/aws-lambda-sagemakerendpoint/coverage/lcov.info | ||
|
||
# Encoding of the source files | ||
sonar.sourceEncoding=UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
"./patterns/@aws-solutions-constructs/*" | ||
], | ||
"rejectCycles": "true", | ||
"version": "1.98.0" | ||
"version": "1.99.0" | ||
} |