We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7192786 + a78748b commit eca6d9fCopy full SHA for eca6d9f
config/codecov.yml
@@ -29,6 +29,7 @@ services:
29
minio:
30
host: minio
31
port: 9000
32
+ auto_create_bucket: true
33
# If using external storage. Comment above and uncomment below
34
# host: s3.amazonaws.com or storage.googleapis.com if using GCS
35
# bucket: <bucket-name>
@@ -37,4 +38,4 @@ services:
37
38
# port: 443
39
# access_key_id: <aws-iam-access-key> # or <gcs-hmac-key> if using GCS
40
# secret_access_key: <aws-iam-secret> # or <gcs-hmac-secret> if using GCS
-# iam_auth: <boolean, default false> # set to true in AWS to attempt to authenticate via Instance role
41
+# iam_auth: <boolean, default false> # set to true in AWS to attempt to authenticate via Instance role
0 commit comments