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

Commit a5e0d4e

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 a5e0d4e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ services:
2323
access_key_id: codecov-default-key
2424
secret_access_key: codecov-default-secret
2525
verify_ssl: false
26+
bucket: archive
27+
port: 9000
28+
host: minio
2629

2730
github:
2831
bot:

0 commit comments

Comments
 (0)