Created
April 9, 2020 02:32
-
-
Save gandroz/6efb25ba621d60aefc2fa1aba2035172 to your computer and use it in GitHub Desktop.
Report Group creation config
This file contains hidden or 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
{ | |
"name": "Dummy_Project-CI-coverage", | |
"type": "TEST", | |
"exportConfig": { | |
"exportConfigType": "S3", | |
"s3Destination": { | |
"bucket": "my_s3_test_report_bucket", | |
"path": "coverage", | |
"packaging": "NONE" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment