Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 2b2e69b

Browse files
committed
feat: add ability to read new file format
i'm introducing 2 things here: - the ability to read the output of the new ta cache rollups code in the new location in GCS - the ability to read multiple versions of the new rollup file - its probable that the "no version" file never exists in prod GCS but i'd like to establish this pattern in the code nonetheless i also add metrics
1 parent 2b5b00b commit 2b2e69b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ services:
4545
minio:
4646
image: minio/minio:latest
4747
command: server /export
48-
ports:
49-
- "${MINIO_PORT:-9000}:9000"
5048
environment:
5149
- MINIO_ACCESS_KEY=codecov-default-key
5250
- MINIO_SECRET_KEY=codecov-default-secret

docker/codecov.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ services:
99
database_url: "postgres://postgres:postgres@postgres/postgres"
1010
minio:
1111
hash_key: "testixik8qdauiab1yiffydimvi72ekq" #do not edit
12+
bucket: archive
13+
access_key_id: codecov-default-key
14+
secret_access_key: codecov-default-secret
15+
verify_ssl: false
16+
port: 9000
17+
host: minio

0 commit comments

Comments
 (0)